Interface SystemReady

All Superinterfaces:
Healthy

public interface SystemReady extends Healthy
Special marker service for tag "systemready" that by convention can be used as follows:
  @Reference
  SystemReady systemReady;
  
 
  @Reference(target="(tag=systemready)")  // same as SystemReady above
  Healthy healthy; 
 
Same as for Healthy, the PID org.apache.felix.hc.core.impl.monitor.HealthCheckMonitor needs to configured for the tag "systemready" for this to work.