Package org.openspaces.core.gateway
Class GatewaySinkSyncEndpointInterceptorFactoryBean
java.lang.Object
org.openspaces.core.gateway.GatewaySinkSyncEndpointInterceptorFactoryBean
A factory bean used for configuring the Sink component synchronization endpoint interceptor
configuration.
- Since:
- 9.0.1
- Author:
- eitany
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the custom synchronization endpoint interceptor that can be used provide custom behavior upon incoming replication events.voidsetInterceptor(SynchronizationEndpointInterceptor interceptor) Sets a custom synchronization endpoint interceptor that can be used provide custom behavior upon incoming replication events.
-
Constructor Details
-
GatewaySinkSyncEndpointInterceptorFactoryBean
public GatewaySinkSyncEndpointInterceptorFactoryBean()
-
-
Method Details
-
setInterceptor
Sets a custom synchronization endpoint interceptor that can be used provide custom behavior upon incoming replication events. -
getInterceptor
Gets the custom synchronization endpoint interceptor that can be used provide custom behavior upon incoming replication events.
-