Uses of Class
org.openspaces.events.adapter.AbstractReflectionDynamicEventTemplateProviderAdapter
Packages that use AbstractReflectionDynamicEventTemplateProviderAdapter
Package
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.
-
Uses of AbstractReflectionDynamicEventTemplateProviderAdapter in org.openspaces.events.adapter
Subclasses of AbstractReflectionDynamicEventTemplateProviderAdapter in org.openspaces.events.adapterModifier and TypeClassDescriptionclassThe annotation event template provider adapter usesDynamicEventTemplateannotation in order to find the event template provider to delegate to.classThe method event template provider adapter allows to configure the method name (usingMethodDynamicEventTemplateProviderAdapter.setMethodName(String)that the template request will be delegated to.