Package org.openspaces.events.adapter
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.
-
ClassDescriptionBase class for reflection driven invocation of event template provider method.Base class for reflection driven invocation of event listener methods.A base class event listener allowing for event listeners result handling by writing it back to the space.The annotation event template provider adapter uses
DynamicEventTemplateannotation in order to find the event template provider to delegate to.An event listener adapter that usesSpaceDataEventannotation in order to find event listener methods to delegate to.The method event template provider adapter allows to configure the method name (usingMethodDynamicEventTemplateProviderAdapter.setMethodName(String)that the template request will be delegated to.The method event listener adapter allows to configure the method name (usingMethodEventListenerAdapter.setMethodName(String)that the event will be delegated to.A space data event annotation allowing to mark methods as delegates to be executed when an event occurs.An adapter that delegates the execution of aSpaceDataEventListenerto SpringTaskExecutorimplementation (usually to be executed in a different thread).