class StatusController::Listener
- StatusController::Listener
- Interface
- Reference
- Object
Included Modules
- JSON::Serializable
Extended Modules
- JSON::Schema
Defined in:
lavinmq/api/controllers/status.crConstructors
- .new(pull : JSON::PullParser)
- .new(listener : NamedTuple(ip_address: String, protocol: Symbol, port: Int32))
- .new(listener : NamedTuple(path: String, protocol: Symbol))
Instance Method Summary
- #ip_address : String | Nil
- #ip_address=(ip_address : String | Nil)
- #path : String | Nil
- #path=(path : String | Nil)
- #port : Int32 | Nil
- #port=(port : Int32 | Nil)
- #protocol : Symbol
- #protocol=(protocol : Symbol)
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(listener : NamedTuple(ip_address: String, protocol: Symbol, port: Int32))
#