Package | Description |
---|---|
org.openspaces.events.adapter |
A package including adapter implementation of SpaceDataEventListener allowing to use either
annotation or method listing to listen for events generated by different event containers.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractReflectionEventListenerAdapter
Base class for reflection driven invocation of event listener methods.
|
class |
AnnotationEventListenerAdapter
An event listener adapter that uses
SpaceDataEvent annotation in order to find event
listener methods to delegate to. |
class |
MethodEventListenerAdapter
The method event listener adapter allows to configure the method name (using
MethodEventListenerAdapter.setMethodName(String) that the event will be delegated to. |
class |
TaskExecutorEventListenerAdapter
An adapter that delegates the execution of a
SpaceDataEventListener
to Spring TaskExecutor implementation (usually to be executed in a different thread). |
Copyright © GigaSpaces.