Class PoolMasterActor.StartPool

java.lang.Object
org.apache.pekko.http.impl.engine.client.PoolMasterActor.StartPool
All Implemented Interfaces:
Serializable, org.apache.pekko.actor.NoSerializationVerificationNeeded, scala.Equals, scala.Product
Enclosing class:
PoolMasterActor

public static final class PoolMasterActor.StartPool extends Object implements org.apache.pekko.actor.NoSerializationVerificationNeeded, scala.Product, Serializable
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    StartPool(PoolId poolId, org.apache.pekko.stream.Materializer materializer)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.pekko.stream.Materializer
     
     

    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

    • StartPool

      public StartPool(PoolId poolId, org.apache.pekko.stream.Materializer materializer)
  • Method Details

    • poolId

      public PoolId poolId()
    • materializer

      public org.apache.pekko.stream.Materializer materializer()