Class 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

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

      • PoolInterface$

        public PoolInterface$()
    • Method Detail

      • 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)