com.hcl.voltmx.sync.services.interceptor
Interface ISyncRequestContext
- All Superinterfaces:
- ISyncClientContext, ISyncOperationContext
public interface ISyncRequestContext
- extends ISyncClientContext
Interface for the Request context.
This request context will be created by the sync services and will be passed to the methods while invoking the interceptor implementations.
getIncomingChanges
java.util.List<IEntity> getIncomingChanges()
- Returns the incoming changes from the client.
- Returns:
- Entity instance of the client data