class VhostController::MessageStats

Included Modules

Extended Modules

Defined in:

lavinmq/api/controllers/vhost.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(ack : UInt64, confirm : UInt64, deliver : UInt64, get : UInt64, get_no_ack : UInt64, publish : UInt64, redeliver : UInt64, return_unroutable : UInt64) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Class Method Detail

def self.from_details(details) #

[View source]

Instance Method Detail

def ack : UInt64 #

[View source]
def ack=(ack : UInt64) #

[View source]
def confirm : UInt64 #

[View source]
def confirm=(confirm : UInt64) #

[View source]
def deliver : UInt64 #

[View source]
def deliver=(deliver : UInt64) #

[View source]
def get : UInt64 #

[View source]
def get=(get : UInt64) #

[View source]
def get_no_ack : UInt64 #

[View source]
def get_no_ack=(get_no_ack : UInt64) #

[View source]
def publish : UInt64 #

[View source]
def publish=(publish : UInt64) #

[View source]
def redeliver : UInt64 #

[View source]
def redeliver=(redeliver : UInt64) #

[View source]
def return_unroutable : UInt64 #

[View source]
def return_unroutable=(return_unroutable : UInt64) #

[View source]