Package akka.http.impl.engine.client
Class PoolMasterActor.PoolInterfaceShuttingDown
java.lang.Object
akka.http.impl.engine.client.PoolMasterActor.PoolInterfaceShuttingDown
- All Implemented Interfaces:
PoolMasterActor.PoolInterfaceStatus
,Serializable
,scala.Equals
,scala.Product
- Enclosing class:
- PoolMasterActor
public static final class PoolMasterActor.PoolInterfaceShuttingDown
extends Object
implements PoolMasterActor.PoolInterfaceStatus, scala.Product, Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPoolInterfaceShuttingDown
(scala.concurrent.Promise<akka.Done> shutdownCompletedPromise) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
PoolInterfaceShuttingDown
public PoolInterfaceShuttingDown(scala.concurrent.Promise<akka.Done> shutdownCompletedPromise)
-
-
Method Details
-
shutdownCompletedPromise
public scala.concurrent.Promise<akka.Done> shutdownCompletedPromise()
-