class NATS::Client::Subscription
- NATS::Client::Subscription
- Reference
- Object
Defined in:
nats/client/subscription.crConstructors
Instance Method Summary
Constructor Detail
def self.new(channel : String, socket : NATS::Client::Connection, id : UInt64 | UInt32 | Nil, options : OptionsHash, &callback : CallbackProc)
#