struct NATS::JetStream::StreamConfig::Republish

Defined in:

jetstream/stream_config.cr

Constructors

Instance Method Summary

Constructor methods inherited from struct NATS::JetStream::Entity

new(pull : JSON::PullParser) new

Constructor Detail

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

[View source]
def self.new(*, source : String | Nil = nil, destination : String, headers_only : Bool | Nil = nil) #

[View source]

Instance Method Detail

def destination : String #

[View source]
def headers_only? : Bool | Nil #

[View source]
def source : String | Nil #

[View source]