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
  • Constructor Details

    • GatewaySinkSyncEndpointInterceptorFactoryBean

      public GatewaySinkSyncEndpointInterceptorFactoryBean()
  • Method Details

    • setInterceptor

      public void setInterceptor(SynchronizationEndpointInterceptor interceptor)
      Sets a custom synchronization endpoint interceptor that can be used provide custom behavior upon incoming replication events.
    • getInterceptor

      public SynchronizationEndpointInterceptor getInterceptor()
      Gets the custom synchronization endpoint interceptor that can be used provide custom behavior upon incoming replication events.