T - The type to which the support belongs.public interface InputGroupSupport<T extends InputGroupSupport<T>>
| Modifier and Type | Method and Description |
|---|---|
T |
groupHandler(org.vertx.java.core.Handler<InputGroup> handler)
Registers a group handler.
|
T |
groupHandler(String name,
org.vertx.java.core.Handler<InputGroup> handler)
Registers a group handler.
|
T groupHandler(org.vertx.java.core.Handler<InputGroup> handler)
handler - The handler to register. This handler will be called
whenever any group on the input is started.T groupHandler(String name, org.vertx.java.core.Handler<InputGroup> handler)
name - The name of the group for which to register the handler.handler - The handler to register. This handler will be called
whenever a group of the given name is started.Copyright © 2013-2014. All Rights Reserved.