Package com.eventstore.dbclient
Interface EventStoreDBConnection
-
- All Known Implementing Classes:
EventStoreDBClusterConnection,SingleNodeEventStoreDBConnection
public interface EventStoreDBConnection
-
-
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()
-