public abstract class HostConnectionPool
extends java.lang.Object
| Constructor and Description | 
|---|
| HostConnectionPool() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract HostConnectionPoolSetup | setup() | 
| abstract java.util.concurrent.CompletionStage<org.apache.pekko.Done> | shutdown()Asynchronously triggers the shutdown of the host connection pool. | 
public abstract HostConnectionPoolSetup setup()
public abstract java.util.concurrent.CompletionStage<org.apache.pekko.Done> shutdown()
 The produced CompletionStage is fulfilled when the shutdown has been completed.