Class PoolInterface$
java.lang.Object
org.apache.pekko.http.impl.engine.client.PoolInterface$
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final PoolInterface$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
applypublic PoolInterface apply(PoolId poolId, org.apache.pekko.actor.ActorRefFactory parent, PoolMaster master, org.apache.pekko.stream.Materializer fm) 
- 
PoolLogSourceLogSource for pool instancesUsing this LogSource allows us to set the log class to PoolIdand the log source string to a descriptive name that describes a particular pool instance.- Returns:
- (undocumented)
 
 
-