See: Description
| Interface | Description | 
|---|---|
| EventListenerAdapter | 
| Class | Description | 
|---|---|
| AbstractReflectionDynamicEventTemplateProviderAdapter | 
 Base class for reflection driven invocation of event template provider method. 
 | 
| AbstractReflectionEventListenerAdapter | 
 Base class for reflection driven invocation of event listener methods. 
 | 
| AbstractResultEventListenerAdapter | 
 A base class event listener allowing for event listeners result handling by writing it back to
 the space. 
 | 
| AnnotationDynamicEventTemplateProviderAdapter | 
 The annotation event template provider adapter uses  
DynamicEventTemplate annotation in
 order to find the event template provider to delegate to. | 
| AnnotationEventListenerAdapter | 
 An event listener adapter that uses  
SpaceDataEvent annotation in order to find event
 listener methods to delegate to. | 
| MethodDynamicEventTemplateProviderAdapter | 
 The method event template provider adapter allows to configure the method name (using  
MethodDynamicEventTemplateProviderAdapter.setMethodName(String) that the template request will be delegated to. | 
| MethodEventListenerAdapter | 
 The method event listener adapter allows to configure the method name (using  
MethodEventListenerAdapter.setMethodName(String) that the event will be delegated to. | 
| TaskExecutorEventListenerAdapter | 
 An adapter that delegates the execution of a  
SpaceDataEventListener
 to Spring TaskExecutor implementation (usually to be executed in a different thread). | 
| Annotation Type | Description | 
|---|---|
| SpaceDataEvent | 
 A space data event annotation allowing to mark methods as delegates to be executed when an event
 occurs. 
 | 
Copyright © GigaSpaces.