Java io.vertx.core.eventbus ReplyFailure fields, constructors, methods, implement or subclass

Example usage for Java io.vertx.core.eventbus ReplyFailure fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.vertx.core.eventbus ReplyFailure.

The text is from its open source code.

Field

ReplyFailureTIMEOUT
The message send failed because no reply was received before the timeout time.
ReplyFailureNO_HANDLERS
The message send failed because no handlers were available to handle the message.
ReplyFailureRECIPIENT_FAILURE
The message send failed because the recipient actively sent back a failure (rejected the message)