public interface Handler<E>
This interface is used heavily throughout vert.x as a handler for all types of asynchronous occurrences.
void
handle(E event)
void handle(E event)