class LavinMQ::Shovel::AMQPDestination
- LavinMQ::Shovel::AMQPDestination
- LavinMQ::Shovel::Destination
- Reference
- Object
Defined in:
lavinmq/shovel/shovel.crConstructors
Instance Method Summary
Instance methods inherited from class LavinMQ::Shovel::Destination
push(msg, source)
push,
start
start,
started? : Bool
started?,
stop
stop
Constructor Detail
def self.new(name : String, uri : URI, queue : String | Nil, exchange : String | Nil = nil, exchange_key : String | Nil = nil, ack_mode : LavinMQ::Shovel::AckMode = DEFAULT_ACK_MODE, direct_user : User | Nil = nil)
#