struct LavinMQ::BindingDetails

Included Modules

Defined in:

lavinmq/binding_details.cr

Constructors

Instance Method Summary

Instance methods inherited from module LavinMQ::SortableJSON

details_tuple details_tuple, search_match?(value : String)
search_match?(value : Regex)
search_match?
, to_json(json : JSON::Builder) to_json

Constructor Detail

def self.new(source : String, vhost : String, binding_key : BindingKey, destination : Destination) #

[View source]

Instance Method Detail

def arguments #

[View source]
def binding_key : LavinMQ::BindingKey #

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

[View source]
def details_tuple #

[View source]
def routing_key #

[View source]
def search_match?(value : String) : Bool #

[View source]
def search_match?(value : Regex) : Bool #

[View source]
def source : String #

[View source]
def vhost : String #

[View source]