Class FlushOnShutdown$

java.lang.Object
org.apache.pekko.remote.artery.FlushOnShutdown$

public class FlushOnShutdown$ extends Object
INTERNAL API
  • Field Summary

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    props(scala.concurrent.Promise<Done> done, scala.concurrent.duration.FiniteDuration timeout, scala.collection.immutable.Set<org.apache.pekko.remote.artery.Association> associations)
     

    Methods inherited from class java.lang.Object

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

    • MODULE$

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

    • FlushOnShutdown$

      public FlushOnShutdown$()
  • Method Details

    • props

      public Props props(scala.concurrent.Promise<Done> done, scala.concurrent.duration.FiniteDuration timeout, scala.collection.immutable.Set<org.apache.pekko.remote.artery.Association> associations)