Class HostConnectionPool


  • public abstract class HostConnectionPool
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract HostConnectionPoolSetup setup()  
      abstract java.util.concurrent.CompletionStage<akka.Done> shutdown()
      Asynchronously triggers the shutdown of the host connection pool.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HostConnectionPool

        public HostConnectionPool()
    • Method Detail

      • shutdown

        public abstract java.util.concurrent.CompletionStage<akka.Done> shutdown()
        Asynchronously triggers the shutdown of the host connection pool.

        The produced CompletionStage is fulfilled when the shutdown has been completed.

        Returns:
        (undocumented)