Class PoolInterface$
java.lang.Object
org.apache.pekko.http.impl.engine.client.PoolInterface$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PoolInterface$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply
(PoolId poolId, org.apache.pekko.actor.ActorRefFactory parent, PoolMaster master, org.apache.pekko.stream.Materializer fm) org.apache.pekko.event.LogSource<PoolId>
LogSource for pool instances
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
PoolInterface$
public PoolInterface$()
-
-
Method Details
-
apply
public PoolInterface apply(PoolId poolId, org.apache.pekko.actor.ActorRefFactory parent, PoolMaster master, org.apache.pekko.stream.Materializer fm) -
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)
-