com.hazelcast.replicatedmap.impl
Interface PreReplicationHook
public interface PreReplicationHook
This is an interceptor interface to hook into the current replication process. This is not meant to be public API
and should not be used in any external application. It might also be prospect to later changes.
preReplicateMessage
void preReplicateMessage(ReplicationMessage message,
ReplicationChannel channel)
preReplicateMultiMessage
void preReplicateMultiMessage(MultiReplicationMessage message,
ReplicationChannel channel)
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.