class LavinMQ::Federation::Upstream::QueueLink

Defined in:

lavinmq/federation/link.cr

Constant Summary

EXCHANGE = ""

Constructors

Instance Method Summary

Instance methods inherited from class LavinMQ::Federation::Upstream::Link

details_tuple details_tuple, error : String? error, last_changed : Int64? last_changed, name : String name, on(event : Symbol, data : Object) on, run run, state : LavinMQ::Federation::Upstream::Link::State state, terminate terminate

Constructor methods inherited from class LavinMQ::Federation::Upstream::Link

new(upstream : Upstream, log : Log) new

Instance methods inherited from module LavinMQ::SortableJSON

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

Instance methods inherited from module Observer

on(event : Symbol, data : Object | Nil) on

Constructor Detail

def self.new(upstream : Upstream, federated_q : Queue, upstream_q : String) #

[View source]

Instance Method Detail

def name : String #

[View source]
def on(event, data) #

[View source]
def terminate #
Description copied from class LavinMQ::Federation::Upstream::Link

Does not trigger reconnect, but a graceful close


[View source]