class LavinMQ::Shovel::HTTPDestination

Defined in:

lavinmq/shovel/shovel.cr

Constructors

Instance Method Summary

Instance methods inherited from class LavinMQ::Shovel::Destination

push(msg, source) push, start start, started? : Bool started?, stop stop

Constructor Detail

def self.new(name : String, uri : URI, ack_mode : LavinMQ::Shovel::AckMode = DEFAULT_ACK_MODE) #

[View source]

Instance Method Detail

def push(msg, source) #

[View source]
def start #

[View source]
def started? : Bool #

[View source]
def stop #

[View source]