Package akka.stream.stage
Class ConcurrentAsyncCallbackState
- java.lang.Object
-
- akka.stream.stage.ConcurrentAsyncCallbackState
-
public class ConcurrentAsyncCallbackState extends java.lang.Object
INTERNAL API
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConcurrentAsyncCallbackState.Event<E>
static class
ConcurrentAsyncCallbackState.Event$
static class
ConcurrentAsyncCallbackState.Initialized$
static class
ConcurrentAsyncCallbackState.Pending<E>
static class
ConcurrentAsyncCallbackState.Pending$
static interface
ConcurrentAsyncCallbackState.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()
-
-