Class ReplicationClient

java.lang.Object
org.yamcs.replication.ReplicationClient

public class ReplicationClient extends Object
Replication TCP client - works both on the master and on the slave side depending on the config
  • Constructor Details

    • ReplicationClient

      public ReplicationClient(String yamcsInstance, String host, int port, io.netty.handler.ssl.SslContext sslCtx, long reconnectionInterval, int maxTupleSize, Supplier<io.netty.channel.ChannelHandler> channelHandlerSupplier)
  • Method Details

    • start

      public void start()
    • stop

      public void stop()
    • getChannel

      public io.netty.channel.Channel getChannel()