Package kos.core.events
Class AsyncEventHandler<T>
- java.lang.Object
-
- kos.core.events.AsyncEventHandler<T>
-
- All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.core.eventbus.Message<T>>,EventHandler<T>
class AsyncEventHandler<T> extends Object implements EventHandler<T>
-
-
Constructor Summary
Constructors Constructor Description AsyncEventHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vertx.core.Future<Void>tryHandle(io.vertx.core.eventbus.Message<T> event)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface kos.core.events.EventHandler
handle
-
-
-
-
Method Detail
-
tryHandle
public io.vertx.core.Future<Void> tryHandle(io.vertx.core.eventbus.Message<T> event)
- Specified by:
tryHandlein interfaceEventHandler<T>
-
-