-
- All Implemented Interfaces:
public class RootDispatching
-
-
Field Summary
Fields Modifier and Type Field Description private final CompletableFuture<Boolean>taskCompletionSource
-
Constructor Summary
Constructors Constructor Description RootDispatching()
-
Method Summary
Modifier and Type Method Description CompletableFuture<Boolean>getTaskCompletionSource()voidaddChildDispatching(Object childDispatching)voidonChildDispatchingFinished(Object childDispatching)-
-
Method Detail
-
getTaskCompletionSource
CompletableFuture<Boolean> getTaskCompletionSource()
-
addChildDispatching
void addChildDispatching(Object childDispatching)
-
onChildDispatchingFinished
void onChildDispatchingFinished(Object childDispatching)
-
-
-
-