struct LavinMQ::BindingDetails

Included Modules

Defined in:

lavinmq/exchange/exchange.cr

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from module LavinMQ::SortableJSON

details_tuple details_tuple, to_json(json : JSON::Builder) to_json

Constructor Detail

def self.new(source : String, vhost : String, key : BindingKey, destination : Queue | Exchange) #

[View source]

Class Method Detail

def self.hash_key(key : BindingKey) #

[View source]

Instance Method Detail

def arguments #

[View source]
def destination : LavinMQ::Exchange | LavinMQ::Queue #

[View source]
def details_tuple #

[View source]
def key : {String, AMQ::Protocol::Table?} #

[View source]
def routing_key #

[View source]
def source : String #

[View source]
def vhost : String #

[View source]