public class ServiceExceptionMessageCodec extends Object implements io.vertx.core.eventbus.MessageCodec<ServiceException,ServiceException>
Constructor and Description |
---|
ServiceExceptionMessageCodec() |
Modifier and Type | Method and Description |
---|---|
ServiceException |
decodeFromWire(int pos,
io.vertx.core.buffer.Buffer buffer) |
void |
encodeToWire(io.vertx.core.buffer.Buffer buffer,
ServiceException body) |
String |
name() |
byte |
systemCodecID() |
ServiceException |
transform(ServiceException exception) |
public void encodeToWire(io.vertx.core.buffer.Buffer buffer, ServiceException body)
encodeToWire
in interface io.vertx.core.eventbus.MessageCodec<ServiceException,ServiceException>
public ServiceException decodeFromWire(int pos, io.vertx.core.buffer.Buffer buffer)
decodeFromWire
in interface io.vertx.core.eventbus.MessageCodec<ServiceException,ServiceException>
public ServiceException transform(ServiceException exception)
transform
in interface io.vertx.core.eventbus.MessageCodec<ServiceException,ServiceException>
public String name()
name
in interface io.vertx.core.eventbus.MessageCodec<ServiceException,ServiceException>
public byte systemCodecID()
systemCodecID
in interface io.vertx.core.eventbus.MessageCodec<ServiceException,ServiceException>
Copyright © 2017. All rights reserved.