Uses of Class
com.gigaspaces.sync.SynchronizationEndpointInterceptor
Packages that use SynchronizationEndpointInterceptor
Package
Description
-
Uses of SynchronizationEndpointInterceptor in com.gigaspaces.cluster.replication.gateway.sync
Modifier and TypeClassDescriptionclassclass -
Uses of SynchronizationEndpointInterceptor in com.gigaspaces.internal.cluster.node.impl.gateway.sink
Methods in com.gigaspaces.internal.cluster.node.impl.gateway.sink that return SynchronizationEndpointInterceptorMethods in com.gigaspaces.internal.cluster.node.impl.gateway.sink with parameters of type SynchronizationEndpointInterceptorModifier and TypeMethodDescriptionvoidLocalClusterReplicationSinkConfig.setSyncEndpointInterceptor(SynchronizationEndpointInterceptor interceptor) -
Uses of SynchronizationEndpointInterceptor in org.openspaces.core.gateway
Methods in org.openspaces.core.gateway that return SynchronizationEndpointInterceptorModifier and TypeMethodDescriptionGatewaySinkSyncEndpointInterceptorFactoryBean.getInterceptor()Gets the custom synchronization endpoint interceptor that can be used provide custom behavior upon incoming replication events.Methods in org.openspaces.core.gateway with parameters of type SynchronizationEndpointInterceptorModifier and TypeMethodDescriptionvoidGatewaySinkSyncEndpointInterceptorFactoryBean.setInterceptor(SynchronizationEndpointInterceptor interceptor) Sets a custom synchronization endpoint interceptor that can be used provide custom behavior upon incoming replication events.