org.openspaces.core.gateway
Class GatewaySinkSyncEndpointInterceptorFactoryBean
java.lang.Object
  
org.openspaces.core.gateway.GatewaySinkSyncEndpointInterceptorFactoryBean
public class GatewaySinkSyncEndpointInterceptorFactoryBean
- extends Object
 
A factory bean used for configuring the Sink component synchronization endpoint interceptor
 configuration.
- Since:
 
  - 9.0.1
 
- Author:
 
  - eitany
 
 
| 
Method Summary | 
 com.gigaspaces.sync.SynchronizationEndpointInterceptor | 
getInterceptor()
 
          Gets the custom synchronization endpoint interceptor that can be used provide custom behavior upon incoming replication events. | 
 void | 
setInterceptor(com.gigaspaces.sync.SynchronizationEndpointInterceptor interceptor)
 
          Sets a custom synchronization endpoint interceptor that can be used provide custom behavior upon incoming replication events. | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
GatewaySinkSyncEndpointInterceptorFactoryBean
public GatewaySinkSyncEndpointInterceptorFactoryBean()
setInterceptor
public void setInterceptor(com.gigaspaces.sync.SynchronizationEndpointInterceptor interceptor)
- Sets a custom synchronization endpoint interceptor that can be used provide custom behavior upon incoming replication events.
 
 
getInterceptor
public com.gigaspaces.sync.SynchronizationEndpointInterceptor getInterceptor()
- Gets the custom synchronization endpoint interceptor that can be used provide custom behavior upon incoming replication events.
 
 
Copyright © GigaSpaces.