abstract class LavinMQ::Federation::Upstream::Link

Included Modules

Direct Known Subclasses

Defined in:

lavinmq/federation/link.cr

Constructors

Instance Method Summary

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, log : Log) #

[View source]

Instance Method Detail

def details_tuple #

[View source]
def error : String? #

[View source]
def last_changed : Int64? #

[View source]
abstract def name : String #

[View source]
abstract def on(event : Symbol, data : Object) #

[View source]
def run #

[View source]

[View source]
def terminate #

Does not trigger reconnect, but a graceful close


[View source]