See: Description
Interface | Description |
---|---|
DynamicEventTemplateProvider |
A template provider allowing for custom implementations to provide a template used for matching
on events to receive.
|
EventExceptionHandler<T> |
An exception handler to handle exception when invoking event listeners.
|
EventTemplateProvider |
A template provider allowing for custom implementations to provide a template used for matching
on events to receive.
|
SpaceDataEventListener<T> |
A Space data event listener interface allowing for reception of events triggered by different
container types.
|
Class | Description |
---|---|
AbstractEventListenerContainer |
A simple based class for
SpaceDataEventListener based containers. |
EventContainerServiceDetails |
A generic event container service details.
|
EventContainerServiceDetails.Attributes | |
EventContainerServiceMonitors |
A generic event container service monitors.
|
EventContainerServiceMonitors.Attributes |
Exception | Description |
---|---|
ListenerExecutionFailedException |
Represents a listener execution failure.
|
Annotation Type | Description |
---|---|
DynamicEventTemplate |
Marking a listener method with this annotation will result in its return value to be used as the
template for the event container.
|
EventDriven |
A simple marker interface denoting a class to be event driven.
|
EventTemplate |
Marking a listener method with this annotation will result in its return value to be used as the
template for the event container.
|
ExceptionHandler |
An annotation marking a method as one that is responsible to return a
EventExceptionHandler to be used with event containers. |
TransactionalEvent |
Copyright © GigaSpaces.