Uses of Interface
org.openspaces.events.EventExceptionHandler
Packages that use EventExceptionHandler
Package
Description
A package including based classes and support classes for different OpenSpaces event containers.
A notify event container allowing to use GigaSpace support for notifications.
A polling event container generating events by performing polling receive operations.
-
Uses of EventExceptionHandler in org.openspaces.archive
Classes in org.openspaces.archive that implement EventExceptionHandler -
Uses of EventExceptionHandler in org.openspaces.events
Fields in org.openspaces.events declared as EventExceptionHandlerModifier and TypeFieldDescriptionprotected EventExceptionHandlerAbstractEventListenerContainer.exceptionHandlerMethods in org.openspaces.events that return EventExceptionHandlerMethods in org.openspaces.events with parameters of type EventExceptionHandlerModifier and TypeMethodDescriptionvoidAbstractEventListenerContainer.setExceptionHandler(EventExceptionHandler exceptionHandler) Sets an exception handler that will be invoked when an exception occurs on the listener allowing to customize the handling of such cases. -
Uses of EventExceptionHandler in org.openspaces.events.asyncpolling
Methods in org.openspaces.events.asyncpolling with parameters of type EventExceptionHandlerModifier and TypeMethodDescriptionSimpleAsyncPollingContainerConfigurer.exceptionHandler(EventExceptionHandler exceptionHandler) -
Uses of EventExceptionHandler in org.openspaces.events.notify
Methods in org.openspaces.events.notify with parameters of type EventExceptionHandlerModifier and TypeMethodDescriptionSimpleNotifyContainerConfigurer.exceptionHandler(EventExceptionHandler exceptionHandler) -
Uses of EventExceptionHandler in org.openspaces.events.polling
Methods in org.openspaces.events.polling with parameters of type EventExceptionHandlerModifier and TypeMethodDescriptionSimplePollingContainerConfigurer.exceptionHandler(EventExceptionHandler exceptionHandler)