Class SerializedSuspendableExecutionContext$

  • All Implemented Interfaces:
    java.io.Serializable

    public class SerializedSuspendableExecutionContext$
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.pekko.util.SerializedSuspendableExecutionContext apply​(int throughput, scala.concurrent.ExecutionContext context)  
      int Off()  
      int On()  
      int Suspended()  
      • Methods inherited from class java.lang.Object

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

      • SerializedSuspendableExecutionContext$

        public SerializedSuspendableExecutionContext$()
    • Method Detail

      • Off

        public final int Off()
      • On

        public final int On()
      • Suspended

        public final int Suspended()
      • apply

        public org.apache.pekko.util.SerializedSuspendableExecutionContext apply​(int throughput,
                                                                                 scala.concurrent.ExecutionContext context)