Interface ExceptionHandlerFactory
public interface ExceptionHandlerFactory
Factory for exception handler instance(s).
Receives CEP runtime contextual information and should return an implementation of the
ExceptionHandler
interface.
-
Method Summary
Modifier and TypeMethodDescriptiongetHandler
(ExceptionHandlerFactoryContext context) Returns an exception handler instances, or null if the factory decided not to contribute an exception handler.
-
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
-