class Lavinmq::MessageStats

Included Modules

Defined in:

lavinmq-http-client.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def ack : UInt32 #

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

[View source]
def confirm : UInt32 #

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

[View source]
def deliver : UInt32 #

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

[View source]
def get : UInt32 #

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

[View source]
def get_no_ack : UInt32 #

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

[View source]
def publish : UInt32 #

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

[View source]
def redeliver : UInt32 #

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

[View source]
def return_unroutable : UInt32 #

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

[View source]