Interface AbstractFaultDetectionHandler.ServiceMonitor
- Enclosing class:
- AbstractFaultDetectionHandler
public static interface AbstractFaultDetectionHandler.ServiceMonitor
Defines the semantics of an internal class which will be used in perform service-specific
monitoring
-
Method Summary
-
Method Details
-
drop
void drop()Drop the Monitor, its not longer needed -
verify
boolean verify()Verify that the service can be reached. If the service cannot be reached return false
-