H - the head typepublic class SignalRequestExecutor<H> extends AbstractServiceExecutor<H> implements IReadyExecute<H,ISimpleWriteStream>
ServiceRequest over the EventBus.address, eb, finished, logger| Constructor and Description |
|---|
SignalRequestExecutor(org.vertx.java.core.Vertx vertx,
org.vertx.java.platform.Container container,
String address) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(H service,
org.vertx.java.core.Handler<ISimpleWriteStream> readyHandler) |
void |
reset() |
end, execute, isFinished, writepublic SignalRequestExecutor(org.vertx.java.core.Vertx vertx,
org.vertx.java.platform.Container container,
String address)
public void execute(H service, org.vertx.java.core.Handler<ISimpleWriteStream> readyHandler)
execute in interface IReadyExecute<H,ISimpleWriteStream>service - object to execute immediatelyreadyHandler - called when readypublic void reset()
reset in class AbstractServiceExecutor<H>Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.