class VhostController::MessageStats
- VhostController::MessageStats
- Reference
- Object
Included Modules
- JSON::Serializable
Extended Modules
- JSON::Schema
Defined in:
lavinmq/api/controllers/vhost.crConstructors
- .new(ack : UInt64, confirm : UInt64, deliver : UInt64, get : UInt64, get_no_ack : UInt64, publish : UInt64, redeliver : UInt64, return_unroutable : UInt64)
- .new(pull : JSON::PullParser)
Class Method Summary
Instance Method Summary
- #ack : UInt64
- #ack=(ack : UInt64)
- #confirm : UInt64
- #confirm=(confirm : UInt64)
- #deliver : UInt64
- #deliver=(deliver : UInt64)
- #get : UInt64
- #get=(get : UInt64)
- #get_no_ack : UInt64
- #get_no_ack=(get_no_ack : UInt64)
- #publish : UInt64
- #publish=(publish : UInt64)
- #redeliver : UInt64
- #redeliver=(redeliver : UInt64)
- #return_unroutable : UInt64
- #return_unroutable=(return_unroutable : UInt64)
Constructor Detail
def self.new(ack : UInt64, confirm : UInt64, deliver : UInt64, get : UInt64, get_no_ack : UInt64, publish : UInt64, redeliver : UInt64, return_unroutable : UInt64)
#