Package org.apache.pekko.stream.stage
Class ConcurrentAsyncCallbackState
- java.lang.Object
-
- org.apache.pekko.stream.stage.ConcurrentAsyncCallbackState
-
public class ConcurrentAsyncCallbackState extends java.lang.ObjectINTERNAL API
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConcurrentAsyncCallbackState.Event<E>static classConcurrentAsyncCallbackState.Event$static classConcurrentAsyncCallbackState.Initialized$static classConcurrentAsyncCallbackState.Pending<E>static classConcurrentAsyncCallbackState.Pending$static interfaceConcurrentAsyncCallbackState.State<E>
-
Constructor Summary
Constructors Constructor Description ConcurrentAsyncCallbackState()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ConcurrentAsyncCallbackState.Pending<scala.runtime.Nothing$>NoPendingEvents()
-
-
-
Method Detail
-
NoPendingEvents
public static ConcurrentAsyncCallbackState.Pending<scala.runtime.Nothing$> NoPendingEvents()
-
-