// client continues processing in the face of temporary connectivity
// issues.
SequenceClientRestartManager clientRestartManager = new SequenceClientRestartManager();
// Create the client for receiving replication data.
ReplicationDataClientChannelPipelineFactory pipelineFactory =
new ReplicationDataClientChannelPipelineFactory(
clientRestartManager.getControl(), changeSinkWrapper, serverAddress.getHostName(),
pathPrefix);
SequenceClient client = new SequenceClient(serverAddress, pipelineFactory);
// Run the client and perform restarts if it fails. This call will