public interface ExceptionHandlerFactory
Receives CEP engine contextual information and should return an implementation of the
ExceptionHandler
interface.
Modifier and Type | Method and Description |
---|---|
ExceptionHandler |
getHandler(ExceptionHandlerFactoryContext context)
Returns an exception handler instances, or null if the factory decided not to contribute an exception handler.
|
ExceptionHandler getHandler(ExceptionHandlerFactoryContext context)
context
- contains the engine URI