Package io.eventuate.javaclient.domain
Class SwimlaneBasedDispatcher
- java.lang.Object
-
- io.eventuate.javaclient.domain.SwimlaneBasedDispatcher
-
public class SwimlaneBasedDispatcher extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SwimlaneBasedDispatcher(java.lang.String subscriberId, java.util.concurrent.Executor executor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<?>dispatch(io.eventuate.DispatchedEvent<io.eventuate.Event> de, java.util.function.Function<io.eventuate.DispatchedEvent<io.eventuate.Event>,java.util.concurrent.CompletableFuture<?>> target)
-