Uses of Enum
io.vertx.core.eventbus.ReplyFailure
Packages that use ReplyFailure
-
Uses of ReplyFailure in io.vertx.core.eventbus
Subclasses with type arguments of type ReplyFailure in io.vertx.core.eventbusMethods in io.vertx.core.eventbus that return ReplyFailureModifier and TypeMethodDescriptionReplyException.failureType()Get the failure type for the messagestatic ReplyFailureReplyFailure.fromInt(int i) static ReplyFailureReturns 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.Constructors in io.vertx.core.eventbus with parameters of type ReplyFailureModifierConstructorDescriptionReplyException(ReplyFailure failureType) Create a ReplyExceptionReplyException(ReplyFailure failureType, int failureCode, String message) Create a ReplyExceptionReplyException(ReplyFailure failureType, int failureCode, String message, boolean noStackTrace) Create a ReplyException with all attributes.protectedReplyException(ReplyFailure failureType, int failureCode, String message, Throwable cause, boolean noStackTrace) Create a ReplyException with all attributes, including cause.
DefaultReplyExceptionMessageCodecdoesn't support Cause!ReplyException(ReplyFailure failureType, String message) Create a ReplyException -
Uses of ReplyFailure in io.vertx.core.spi.metrics
Methods in io.vertx.core.spi.metrics with parameters of type ReplyFailureModifier and TypeMethodDescriptiondefault voidEventBusMetrics.replyFailure(String address, ReplyFailure failure) Called whenever the event bus delivers a reply failure to the sender/publisher, thereply failureindicates the nature of the failure.