Package | Description |
---|---|
io.vertx.core.eventbus | |
io.vertx.core.spi.metrics |
Modifier and Type | Method and Description |
---|---|
ReplyFailure |
ReplyException.failureType()
Get the failure type for the message
|
static ReplyFailure |
ReplyFailure.fromInt(int i) |
static ReplyFailure |
ReplyFailure.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplyFailure[] |
ReplyFailure.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ReplyException(ReplyFailure failureType)
Create a ReplyException
|
ReplyException(ReplyFailure failureType,
int failureCode,
String message)
Create a ReplyException
|
ReplyException(ReplyFailure failureType,
int failureCode,
String message,
boolean noStackTrace)
Create a ReplyException with all attributes.
|
ReplyException(ReplyFailure failureType,
int failureCode,
String message,
Throwable cause,
boolean noStackTrace)
Create a ReplyException with all attributes, including cause.
Default ReplyExceptionMessageCodec doesn't support Cause!This ctor is meant to be used for extension, together with a custom codec. |
ReplyException(ReplyFailure failureType,
String message)
Create a ReplyException
|
Modifier and Type | Method and Description |
---|---|
default void |
EventBusMetrics.replyFailure(String address,
ReplyFailure failure)
Called whenever the event bus delivers a reply failure to the sender/publisher, the
reply failure indicates the nature of the failure.
No specific thread and context can be expected when this method is called. |
Copyright © 2024 Eclipse. All rights reserved.