Package com.eventstore.dbclient
Class GossipClient
- java.lang.Object
-
- com.eventstore.dbclient.GossipClient
-
public class GossipClient extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GossipClient(io.grpc.ManagedChannel channel, Timeouts timeouts)GossipClient(java.lang.String host, int port, Timeouts timeouts, io.grpc.netty.shaded.io.netty.handler.ssl.SslContext sslContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<ClusterInfo>read()voidshutdown()
-
-
-
Method Detail
-
shutdown
public void shutdown() throws java.lang.InterruptedException- Throws:
java.lang.InterruptedException
-
read
public java.util.concurrent.CompletableFuture<ClusterInfo> read()
-
-