class LavinMQ::HTTP::MainController

Included Modules

Defined in:

lavinmq/http/controller/main.cr

Constant Summary

CHURN_STATS = {"connection_created", "connection_closed", "channel_created", "channel_closed", "queue_declared", "queue_deleted"}
EXCHANGE_TYPES = {"direct", "fanout", "topic", "headers", "x-federation-upstream", "x-consistent-hash"}
OVERVIEW_STATS = {"ack", "deliver", "get", "publish", "confirm", "redeliver", "reject"}

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