implicit final class VertxRabbitMQConsumerOps extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- VertxRabbitMQConsumerOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new VertxRabbitMQConsumerOps(target: RabbitMQConsumer)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##(): Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def cancelL(): Task[Unit]
Stop message consumption from a queue.
Stop message consumption from a queue.
The operation is asynchronous. When consumption will be stopped, you can by notified via
RabbitMQConsumer#endHandler(Handler)
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def pipeToL(dst: WriteStream[RabbitMQMessage]): Task[Unit]
- val target: RabbitMQConsumer
- def toString(): String
- Definition Classes
- Any