com.continuent.tungsten.replicator.thl
Interface ProtocolHandshakeResponseValidator
public interface ProtocolHandshakeResponseValidator
Denotes a class that validates client responses to the protocol handshake.
- Version:
- 1.0
- Author:
- Robert Hodges
validateResponse
void validateResponse(ProtocolHandshakeResponse handshakeResponse)
throws ReplicatorException,
java.lang.InterruptedException
- Executes implementation-defined logic to validate the client response.
- Parameters:
handshakeResponse - Response received from client
- Throws:
ReplicatorException - Thrown if validation fails
java.lang.InterruptedException