GigaSpaces XAP 9.7.2 API

Package 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.

See:
          Description

Interface Summary
EventListenerAdapter  
 

Class Summary
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 Types Summary
SpaceDataEvent A space data event annotation allowing to mark methods as delegates to be executed when an event occurs.
 

Package org.openspaces.events.adapter Description

A package including adapter implementation of SpaceDataEventListener allowing to use either annotation or method listing to listen for events generated by different event containers.


GigaSpaces XAP 9.7.2 API

Copyright © GigaSpaces.