struct
LavinMQ::BindingDetails
- LavinMQ::BindingDetails
- Struct
- Value
- Object
Included Modules
Defined in:
lavinmq/binding_details.crConstructors
Instance Method Summary
- #arguments
- #binding_key : LavinMQ::BindingKey
- #destination : LavinMQ::Exchange | LavinMQ::Queue
- #details_tuple
- #routing_key
- #search_match?(value : String) : Bool
- #search_match?(value : Regex) : Bool
- #source : String
- #vhost : String
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)
#