Interface HealthProbeDelegate
public interface HealthProbeDelegate
A delegate that handles health probe requests from the router.
Implementations should return the current runtime status of the capability.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the current runtime status of the capability.
-
Method Details
-
getStatus
Returns the current runtime status of the capability.- Parameters:
id- the identifier of the integration being checked- Returns:
- the runtime status
-