class StatusController::Listener

Included Modules

Extended Modules

Defined in:

lavinmq/api/controllers/status.cr

Constructors

Instance Method Summary

Instance methods inherited from class Interface

add_logs!(logs_a, logs_b) add_logs!, amqp_server amqp_server, vhosts(user : LavinMQ::User) vhosts

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(listener : NamedTuple(ip_address: String, protocol: Symbol, port: Int32)) #

[View source]
def self.new(listener : NamedTuple(path: String, protocol: Symbol)) #

[View source]

Instance Method Detail

def ip_address : String | Nil #

[View source]
def ip_address=(ip_address : String | Nil) #

[View source]
def path : String | Nil #

[View source]
def path=(path : String | Nil) #

[View source]
def port : Int32 | Nil #

[View source]
def port=(port : Int32 | Nil) #

[View source]
def protocol : Symbol #

[View source]
def protocol=(protocol : Symbol) #

[View source]