Interface | Description |
---|---|
DataEventSession |
The common interface that is used when working with data events.
listeners can be registered using the addListener() methods and receive an EventRegistration that will be used to unregister using the removeListener(). |
EventSession |
a common interface for all EventSession types
a session is a stateful service used to register event listeners to the space the state of the session contains a set of configuration parameters such as the communication protocol used to convey the events and whether of not to use FIFO order the session can be used to register multiple listeners that share the same configuration. |
ManagedRemoteEventListener |
this interface allows the listener to receive an initialization event.
|
Class | Description |
---|---|
AbstractDataEventSession |
the super class of all DataEventSession implementations.
|
DataEventSessionFactory |
Factory class for creating data event sessions.
|
DefaultDataEventSession | |
EventSessionConfig |
this class is used to configure an EventSession.
|
EventSessionFactory | Deprecated
Since 9.7.0 - Use GigaSpace.newDataEventSession instead.
|
GSEventRegistration | |
NotifyActionType |
An enum that specify a single notify action type such as write or update
and can also be used to composite a complex action type such as write OR update NotifyActionType
updateOrWrite = |
NotifyInfo |
Holds a set of space.notify related parameters.
|
SpaceRemoteEvent |
Base class for space remote events.
|
Copyright © GigaSpaces.