Click or drag to resize

ExceptionHandlerInboundPool Class

Extends the with a method to, for the inbound-pool threading configuration, handle exceptions that are not associated to a specific statement i.e. sharable-filter processing exceptions.

For use with inbound-thread-pool only, when the engine evaluates events as shared filters and not associated to any statements, the engine passes the exception to this method.

Inheritance Hierarchy
SystemMulticastDelegate
  com.espertech.esper.common.client.hook.exceptionExceptionHandlerInboundPool

Namespace:  com.espertech.esper.common.client.hook.exception
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public sealed class ExceptionHandlerInboundPool : MulticastDelegate

The ExceptionHandlerInboundPool type exposes the following members.

Constructors
  NameDescription
Public methodExceptionHandlerInboundPool
Initializes a new instance of the ExceptionHandlerInboundPool class
Top
Methods
See Also