Click or drag to resize

ExceptionHandlerFactory Interface

Factory for exception handler Instance(s).

Receives CEP engine contextual information and should return an implementation of the ExceptionHandler interface.

Namespace:  com.espertech.esper.common.client.hook.exception
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public interface ExceptionHandlerFactory

The ExceptionHandlerFactory type exposes the following members.

Methods
  NameDescription
Public methodGetHandler
Returns an exception handler instance or null if the factory decided not to contribute an exception handler.
Top
See Also