Package kos.core.events
Class DefaultAsyncEventReplier<T>
java.lang.Object
kos.core.events.DefaultAsyncEventReplier<T>
- All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>>
public class DefaultAsyncEventReplier<T>
extends Object
implements io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>>
Automatically replies to async events received from EventBus. In case
of success, it will reply the address. In case of failure it will notify
the sender, relaying the cause as a response.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
message
-
-
Constructor Details
-
DefaultAsyncEventReplier
-
-
Method Details
-
handle
- Specified by:
handlein interfaceio.vertx.core.Handler<T>
-