public class ExecResponseCodec extends java.lang.Object implements io.vertx.core.eventbus.MessageCodec<ExecResponse,ExecResponse>
| Constructor and Description |
|---|
ExecResponseCodec() |
| Modifier and Type | Method and Description |
|---|---|
ExecResponse |
decodeFromWire(int pos,
io.vertx.core.buffer.Buffer buffer) |
void |
encodeToWire(io.vertx.core.buffer.Buffer buffer,
ExecResponse execResponse) |
java.lang.String |
name() |
byte |
systemCodecID() |
ExecResponse |
transform(ExecResponse execResponse) |
public void encodeToWire(io.vertx.core.buffer.Buffer buffer,
ExecResponse execResponse)
encodeToWire in interface io.vertx.core.eventbus.MessageCodec<ExecResponse,ExecResponse>public ExecResponse decodeFromWire(int pos, io.vertx.core.buffer.Buffer buffer)
decodeFromWire in interface io.vertx.core.eventbus.MessageCodec<ExecResponse,ExecResponse>public ExecResponse transform(ExecResponse execResponse)
transform in interface io.vertx.core.eventbus.MessageCodec<ExecResponse,ExecResponse>public java.lang.String name()
name in interface io.vertx.core.eventbus.MessageCodec<ExecResponse,ExecResponse>public byte systemCodecID()
systemCodecID in interface io.vertx.core.eventbus.MessageCodec<ExecResponse,ExecResponse>