struct Contract::MessagesStatsVhost

Defined in:

contract/vhost.cr

Constructors

Instance Method Summary

Constructor methods inherited from struct Contract::Interface

new(pull : JSON::PullParser) new

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]