Class: NATS::JetStream::PubAck

Inherits:
Struct
  • Object
show all
Defined in:
lib/nats/io/jetstream.rb

Overview

PubAck is the API response from a successfully published message.

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#streamString (readonly)



72
# File 'lib/nats/io/jetstream.rb', line 72

PubAck = Struct.new(:stream, :seq, :duplicate, :domain, keyword_init: true)

Instance Method Details

#domain=(value) ⇒ String



72
# File 'lib/nats/io/jetstream.rb', line 72

PubAck = Struct.new(:stream, :seq, :duplicate, :domain, keyword_init: true)

#duplicate=(value) ⇒ Boolean



72
# File 'lib/nats/io/jetstream.rb', line 72

PubAck = Struct.new(:stream, :seq, :duplicate, :domain, keyword_init: true)

#seq=(value) ⇒ Fixnum



72
# File 'lib/nats/io/jetstream.rb', line 72

PubAck = Struct.new(:stream, :seq, :duplicate, :domain, keyword_init: true)