public class PoolInterface$
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| static PoolInterface$ | MODULE$Static reference to the singleton instance of this Scala object. | 
| Constructor and Description | 
|---|
| PoolInterface$() | 
| Modifier and Type | Method and Description | 
|---|---|
| PoolInterface | apply(PoolId poolId,
     org.apache.pekko.actor.ActorRefFactory parent,
     PoolMaster master,
     org.apache.pekko.stream.Materializer fm) | 
| org.apache.pekko.event.LogSource<PoolId> | PoolLogSource()LogSource for pool instances
 
 Using 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. | 
public static final PoolInterface$ MODULE$
public PoolInterface apply(PoolId poolId, org.apache.pekko.actor.ActorRefFactory parent, PoolMaster master, org.apache.pekko.stream.Materializer fm)
public org.apache.pekko.event.LogSource<PoolId> PoolLogSource()
 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.