Class PoolInterface$

java.lang.Object
akka.http.impl.engine.client.PoolInterface$

public class PoolInterface$ extends Object
  • Field Details

    • MODULE$

      public static final PoolInterface$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • PoolInterface$

      public PoolInterface$()
  • Method Details

    • apply

      public PoolInterface apply(PoolId poolId, akka.actor.ActorRefFactory parent, PoolMaster master, akka.stream.Materializer fm)
    • PoolLogSource

      public akka.event.LogSource<PoolId> PoolLogSource()
      LogSource for pool instances

      Using this LogSource allows us to set the log class to PoolId and the log source string to a descriptive name that describes a particular pool instance.

      Returns:
      (undocumented)