Interface SelfHealingService

All Known Implementing Classes:
DefaultSelfHealingService

public interface SelfHealingService
Service for cleaning up stale item references asynchronously.

The activation interval is configured via self.healing.interval which could be overridden in local.properties. The whole process can be disabled using self.healing.enabled.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Adds items to heal.
    boolean
    Tells whether the self healing process is enabled.
  • Method Details