H - the head typepublic abstract class AbstractServiceExecutor<H> extends Object implements ISimpleWriteStream
| Modifier and Type | Field and Description |
|---|---|
protected String |
address |
protected org.vertx.java.core.eventbus.EventBus |
eb |
protected boolean |
finished |
protected org.vertx.java.core.logging.Logger |
logger |
| Constructor and Description |
|---|
AbstractServiceExecutor(String address,
org.vertx.java.core.eventbus.EventBus eb,
org.vertx.java.core.logging.Logger logger) |
protected org.vertx.java.core.eventbus.EventBus eb
protected org.vertx.java.core.logging.Logger logger
protected String address
protected boolean finished
public AbstractServiceExecutor(String address, org.vertx.java.core.eventbus.EventBus eb, org.vertx.java.core.logging.Logger logger)
protected void execute(H service)
public void write(org.vertx.java.core.buffer.Buffer chunk)
ISimpleWriteStreamwrite in interface ISimpleWriteStreamchunk - the buffer data chunkpublic void end()
ISimpleWriteStreamISimpleWriteStream.write(Buffer) should occur.end in interface ISimpleWriteStreampublic boolean isFinished()
public void reset()
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.