Sha256: 3161f7360b8ad7c7c1ff6b656a68d22dec3e2d46625821ff96d292286d42b71c
Contents?: true
Size: 1.02 KB
Versions: 2
Compression:
Stored size: 1.02 KB
Contents
module NATS class JetStream module API class Error < NATS::JetStream::Error::APIError end class SequenceInfo < Struct[Integer] end class ConsumerInfo < Struct[String | NATS::JetStream::API::ConsumerConfig | NATS::JetStream::API::SequenceInfo | Integer | Hash[Symbol, untyped]] end class ConsumerConfig < Struct[String | Integer] def to_json: (*Hash[untyped, untyped]) -> String end class StreamConfig < Struct[String | Hash[Symbol, untyped] | NATS::JetStream::API::StreamState | bool | Integer] def to_json: (*Hash[untyped, untyped]) -> String end class StreamInfo < Struct[String | Hash[Symbol, untyped]] end class StreamState < Struct[Integer] end class StreamCreateResponse < Struct[String | NATS::JetStream::API::StreamConfig | NATS::JetStream::API::StreamState | bool] end class RawStreamMsg < Struct[String | Integer | Hash[Symbol, untyped]] def sequence: () -> Integer end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
nats-pure-2.4.0 | sig/nats/io/jetstream/api.rbs |
nats-pure-2.3.0 | sig/nats/io/jetstream/api.rbs |