Interface ConditionHandler
public interface ConditionHandler
Interface for a handler registered with a runtime instance to receive reported runtime conditions.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handle
(ConditionHandlerContext context) Handle the runtimecondition as contained in the context object passed.
-
Method Details
-
handle
Handle the runtimecondition as contained in the context object passed.- Parameters:
context
- the condition information
-