Interface ConditionHandler


public interface ConditionHandler
Interface for a handler registered with a runtime instance to receive reported runtime conditions.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Handle the runtimecondition as contained in the context object passed.
  • Method Details

    • handle

      void handle(ConditionHandlerContext context)
      Handle the runtimecondition as contained in the context object passed.
      Parameters:
      context - the condition information