Package akka.stream.stage
Class ConcurrentAsyncCallbackState$
- java.lang.Object
-
- akka.stream.stage.ConcurrentAsyncCallbackState$
-
public class ConcurrentAsyncCallbackState$ extends java.lang.Object
INTERNAL API
-
-
Field Summary
Fields Modifier and Type Field Description static ConcurrentAsyncCallbackState$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description ConcurrentAsyncCallbackState$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConcurrentAsyncCallbackState.Pending<scala.runtime.Nothing$>
NoPendingEvents()
-
-
-
Field Detail
-
MODULE$
public static final ConcurrentAsyncCallbackState$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
NoPendingEvents
public ConcurrentAsyncCallbackState.Pending<scala.runtime.Nothing$> NoPendingEvents()
-
-