Class PoolMasterActor.Shutdown

java.lang.Object
akka.http.impl.engine.client.PoolMasterActor.Shutdown
All Implemented Interfaces:
akka.actor.DeadLetterSuppression, akka.actor.NoSerializationVerificationNeeded, Serializable, scala.Equals, scala.Product
Enclosing class:
PoolMasterActor

public static final class PoolMasterActor.Shutdown extends Object implements akka.actor.NoSerializationVerificationNeeded, akka.actor.DeadLetterSuppression, scala.Product, Serializable
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    Shutdown(PoolId poolId, scala.concurrent.Promise<akka.Done> shutdownCompletedPromise)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    scala.concurrent.Promise<akka.Done>
     

    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

    • Shutdown

      public Shutdown(PoolId poolId, scala.concurrent.Promise<akka.Done> shutdownCompletedPromise)
  • Method Details

    • poolId

      public PoolId poolId()
    • shutdownCompletedPromise

      public scala.concurrent.Promise<akka.Done> shutdownCompletedPromise()