-
- All Implemented Interfaces:
public interface EventProcessContextRepresents the event processing context.
-
-
Method Summary
Modifier and Type Method Description abstract CompletableFuture<Boolean>notifyEventProcessed()Notify the event has been processed. -
-
Method Detail
-
notifyEventProcessed
abstract CompletableFuture<Boolean> notifyEventProcessed()
Notify the event has been processed.
-
-
-
-