class LavinMQ::HTTP::NodesController

Included Modules

Defined in:

lavinmq/http/controller/nodes.cr

Constant Summary

APPLICATIONS = [{name: "lavinmq", description: "LavinMQ", version: LavinMQ::VERSION}]
SERVER_METRICS = {:connection_created, :connection_closed, :channel_created, :channel_closed, :queue_declared, :queue_deleted}

Instance methods inherited from module LavinMQ::HTTP::StatsHelpers

add_logs!(logs_a, logs_b) add_logs!

Instance methods inherited from class LavinMQ::HTTP::Controller

vhosts(user : User) vhosts

Constructor methods inherited from class LavinMQ::HTTP::Controller

new(amqp_server : LavinMQ::Server) new

Instance methods inherited from module LavinMQ::HTTP::Router

call(context) call, delete(path : String, &block : Action) delete, find_route(method, path) find_route, get(path : String, &block : Action) get, head(path : String, &block : Action) head, options(path : String, &block : Action) options, patch(path : String, &block : Action) patch, post(path : String, &block : Action) post, put(path : String, &block : Action) put