Package com.eventstore.dbclient
Interface GrpcClient
-
- All Known Implementing Classes:
EventStoreDBClusterClient,SingleNodeClient
public interface GrpcClient
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <A> java.util.concurrent.CompletableFuture<A>run(java.util.function.Function<io.grpc.ManagedChannel,java.util.concurrent.CompletableFuture<A>> action)voidshutdown()
-