Class TailChoppingRoutees$

java.lang.Object
org.apache.pekko.routing.TailChoppingRoutees$
All Implemented Interfaces:
Serializable

public class TailChoppingRoutees$ extends Object implements Serializable
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    Static reference to the singleton instance of this Scala object.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.pekko.routing.TailChoppingRoutees
    apply(Scheduler scheduler, scala.collection.immutable.IndexedSeq<Routee> routees, scala.concurrent.duration.FiniteDuration within, scala.concurrent.duration.FiniteDuration interval, scala.concurrent.ExecutionContext ec)
     
    final String
     
    scala.Option<scala.Tuple4<Scheduler,scala.collection.immutable.IndexedSeq<Routee>,scala.concurrent.duration.FiniteDuration,scala.concurrent.duration.FiniteDuration>>
    unapply(org.apache.pekko.routing.TailChoppingRoutees x$0)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • MODULE$

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

    • TailChoppingRoutees$

      public TailChoppingRoutees$()
  • Method Details

    • toString

      public final String toString()
      Overrides:
      toString in class Object
    • apply

      public org.apache.pekko.routing.TailChoppingRoutees apply(Scheduler scheduler, scala.collection.immutable.IndexedSeq<Routee> routees, scala.concurrent.duration.FiniteDuration within, scala.concurrent.duration.FiniteDuration interval, scala.concurrent.ExecutionContext ec)
    • unapply

      public scala.Option<scala.Tuple4<Scheduler,scala.collection.immutable.IndexedSeq<Routee>,scala.concurrent.duration.FiniteDuration,scala.concurrent.duration.FiniteDuration>> unapply(org.apache.pekko.routing.TailChoppingRoutees x$0)