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

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

Introduction

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

The text is from its open source code.

Method

Stringaddress()
voidcompletionHandler(Handler> completionHandler)
Optional method which can be called to indicate when the registration has been propagated across the cluster.
MessageConsumerendHandler(Handler endHandler)
MessageConsumerhandler(Handler> handler)
booleanisRegistered()
MessageConsumersetMaxBufferedMessages(int maxBufferedMessages)
Set the number of messages this registration will buffer when this stream is paused.
Futureunregister()
Unregisters the handler which created this registration
voidunregister(Handler> completionHandler)
Unregisters the handler which created this registration