Package akka.http.impl.engine.client
Class PoolInterface$
- java.lang.Object
-
- akka.http.impl.engine.client.PoolInterface$
-
public class PoolInterface$ extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static PoolInterface$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description PoolInterface$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PoolInterface
apply(PoolId poolId, akka.actor.ActorRefFactory parent, PoolMaster master, akka.stream.Materializer fm)
akka.event.LogSource<PoolId>
PoolLogSource()
LogSource for pool instances
-
-
-
Field Detail
-
MODULE$
public static final PoolInterface$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
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 instancesUsing 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)
-
-