Uses of Class
com.gigaspaces.events.EventSessionConfig
Packages that use EventSessionConfig
Package
Description
Provides GigaSpaces events related interfaces.
Top level core package holding main OpenSpaces API for Space (GigaSpace) and Map (GigaMap) and
the ability to create it.
A notify event container allowing to use GigaSpace support for notifications.
-
Uses of EventSessionConfig in com.gigaspaces.events
Methods in com.gigaspaces.events that return EventSessionConfigModifier and TypeMethodDescriptionAbstractDataEventSession.getSessionConfig()EventSession.getSessionConfig()Retrieves the bounded configuration object.EventSessionConfig.setAutoRenew(boolean renew, LeaseListener listener) enable the auto renew of the notify.
use to keep getting events until client fails.EventSessionConfig.setDurableNotifications(boolean durable) Sets whether to generate notifications that won't be lost during failover and disconnectionEventSessionConfig.setFifo(boolean fifo) Set fifo order for the notifications.EventSessionConfig.setReplicateNotifyTemplate(boolean replicateNotifyTemplate) EventSessionConfig.setTriggerNotifyTemplate(boolean triggerNotifyTemplate) Methods in com.gigaspaces.events with parameters of type EventSessionConfigModifier and TypeMethodDescriptionstatic DataEventSessionDataEventSessionFactory.create(IJSpace space, EventSessionConfig config) EventSessionFactory.newDataEventSession(EventSessionConfig config) Deprecated.creates a newDataEventSessionusing the specified configuration.static DataEventSessionEventSessionFactory.newDataSession(IJSpace space, EventSessionConfig config) Deprecated.creates a newDataEventSessionusing the specified space and configuration.Constructors in com.gigaspaces.events with parameters of type EventSessionConfigModifierConstructorDescriptionprotectedAbstractDataEventSession(IJSpace space, EventSessionConfig config) NotifyInfo(RemoteEventListener listener, NotifyActionType notifyType, EventSessionConfig config, MarshalledObject<?> handback, INotifyDelegatorFilter filter, String tag) -
Uses of EventSessionConfig in com.gigaspaces.events.lease
Constructors in com.gigaspaces.events.lease with parameters of type EventSessionConfig -
Uses of EventSessionConfig in com.gigaspaces.internal.events.durable
Constructors in com.gigaspaces.internal.events.durable with parameters of type EventSessionConfigModifierConstructorDescriptionDurableNotificationLease(ReplicationNotificationClientEndpoint replicationNotificationClientEndpoint, long lease, EventSessionConfig sessionConfig, IAsyncHandlerProvider asyncProvider) DurableNotificationReplicationNodeStateListener(EventSessionConfig config, DurableNotificationLease lease, IAsyncHandlerProvider asyncProvider, SpaceClusterInfo clusterInfo, int partitionId) DurableUnicastDelegatorSession(IJSpace space, EventSessionConfig config) ReplicationNotificationClientEndpoint(IDirectSpaceProxy remoteSpace, Object template, NotifyInfo info, EventSessionConfig sessionConfig, long lease) -
Uses of EventSessionConfig in org.openspaces.core
Methods in org.openspaces.core with parameters of type EventSessionConfigModifier and TypeMethodDescriptionDefaultGigaSpace.newDataEventSession(EventSessionConfig config) GigaSpace.newDataEventSession(EventSessionConfig config) Creates a new DataEventSession with the specified configuration. -
Uses of EventSessionConfig in org.openspaces.events.notify
Methods in org.openspaces.events.notify that return EventSessionConfigModifier and TypeMethodDescriptionprotected EventSessionConfigSimpleNotifyEventListenerContainer.createEventSessionConfig()Creates a newEventSessionConfigbased on the different parameters this container accepts.CannotCreateNotifySessionException.getConfig()Constructors in org.openspaces.events.notify with parameters of type EventSessionConfigModifierConstructorDescriptionCannotCreateNotifySessionException(String message, EventSessionConfig config) CannotCreateNotifySessionException(String message, EventSessionConfig config, Throwable cause)