struct LavinMQ::AMQP::KVFilter

Included Modules

Defined in:

lavinmq/amqp/stream/filters/kv.cr

Constructors

Instance Method Summary

Instance methods inherited from module LavinMQ::AMQP::StreamFilter

match?(headers : AMQP::Table) : Bool match?

Class methods inherited from module LavinMQ::AMQP::StreamFilter

from_arguments(arguments : AMQ::Protocol::Table) : Array(StreamFilter) from_arguments

Constructor Detail

def self.new(key : String, value : String) #

[View source]

Instance Method Detail

def key : String #

[View source]
def match?(headers : AMQP::Table) : Bool #

[View source]
def value : String #

[View source]