Interface ConditionHandlerFactory


public interface ConditionHandlerFactory
Factory for runtime condition handler instance(s).

Receives CEP runtime contextual information and should return an implementation of the ConditionHandler interface.

  • Method Details

    • getHandler

      Returns an exception handler instances, or null if the factory decided not to contribute an exception handler.
      Parameters:
      context - contains the runtime URI
      Returns:
      exception handler