| Package | Description | 
|---|---|
| org.openspaces.archive | |
| 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. 
 | 
| org.openspaces.events.asyncpolling | |
| org.openspaces.events.polling | 
 A polling event container generating events by performing polling receive operations. 
 | 
| org.openspaces.events.support | 
| Modifier and Type | Method and Description | 
|---|---|
ArchivePollingContainerConfigurer | 
ArchivePollingContainerConfigurer.dynamicTemplate(DynamicEventTemplateProvider templateProvider)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractReflectionDynamicEventTemplateProviderAdapter
Base class for reflection driven invocation of event template provider method. 
 | 
class  | 
AnnotationDynamicEventTemplateProviderAdapter
The annotation event template provider adapter uses  
DynamicEventTemplate annotation in order to find the
 event template provider to delegate to. | 
class  | 
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. | 
| Modifier and Type | Method and Description | 
|---|---|
SimpleAsyncPollingContainerConfigurer | 
SimpleAsyncPollingContainerConfigurer.dynamicTemplate(DynamicEventTemplateProvider templateProvider)  | 
| Modifier and Type | Method and Description | 
|---|---|
SimplePollingContainerConfigurer | 
SimplePollingContainerConfigurer.dynamicTemplate(DynamicEventTemplateProvider templateProvider)  | 
| Modifier and Type | Method and Description | 
|---|---|
static DynamicEventTemplateProvider | 
AnnotationProcessorUtils.findDynamicEventTemplateProvider(Object bean)  | 
Copyright © GigaSpaces.