| Package | Description |
|---|---|
| io.vertx.core.eventbus.impl | |
| io.vertx.core.eventbus.impl.codecs | |
| io.vertx.serviceproxy |
| Modifier and Type | Field and Description |
|---|---|
static MessageCodec<ReplyException,ReplyException> |
CodecManager.REPLY_EXCEPTION_MESSAGE_CODEC |
static MessageCodec<ReplyException,ReplyException> |
CodecManager.REPLY_EXCEPTION_MESSAGE_CODEC |
| Modifier and Type | Method and Description |
|---|---|
protected ReplyException |
EventBusImpl.deliverMessageLocally(MessageImpl msg) |
| Modifier and Type | Method and Description |
|---|---|
ReplyException |
ReplyExceptionMessageCodec.decodeFromWire(int pos,
Buffer buffer) |
ReplyException |
ReplyExceptionMessageCodec.transform(ReplyException exception) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReplyExceptionMessageCodec.encodeToWire(Buffer buffer,
ReplyException body) |
ReplyException |
ReplyExceptionMessageCodec.transform(ReplyException exception) |
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceException
An Exception to be returned from Service implementations.
|
Copyright © 2021. All rights reserved.