class AMQPCat
- AMQPCat
- Reference
- Object
Defined in:
amqpcat.crversion.cr
Constant Summary
-
VERSION =
{{ (`git describe 2>/dev/null || shards version`).stringify.gsub(/(^v|\n)/, "") }}
Constructors
Instance Method Summary
- #consume(exchange_name : String, routing_key : String | Nil, queue_name : String | Nil, queue_type : String, format : String, offset = nil)
- #produce(exchange : String, routing_key : String, exchange_type : String, publish_confirm : Bool, props : AMQP::Client::Properties)
- #rpc(exchange : String, routing_key : String, exchange_type : String, format : String)
Constructor Detail
Instance Method Detail
def consume(exchange_name : String, routing_key : String | Nil, queue_name : String | Nil, queue_type : String, format : String, offset = nil)
#
def produce(exchange : String, routing_key : String, exchange_type : String, publish_confirm : Bool, props : AMQP::Client::Properties)
#
def rpc(exchange : String, routing_key : String, exchange_type : String, format : String)
#