Package w.eventbus
Interface AsyncEvent
- All Superinterfaces:
Event
- All Known Implementing Classes:
AbstractAsyncEvent
- Author:
- whilein
-
Method Summary
Modifier and TypeMethodDescriptionvoidcompleteIntent(@NotNull Object namespace) @NotNull CompletableFuture<@NotNull AsyncEvent>voidregisterIntent(@NotNull Object namespace) Methods inherited from interface w.eventbus.Event
postDispatch
-
Method Details
-
getDoneFuture
-
registerIntent
-
completeIntent
-