A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
J
- jetstream(kotlin.jvm.functions.Function1) - function in eu.vstoyanov.natsy.KlientConfigBuilder
- Configure JetStream settings
- jetstream(eu.vstoyanov.natsy.NatsScope) - function in eu.vstoyanov.natsy.jetstream.JetStreamExtensionsKt
- Get or create a JetStreamContext for this scopeThe context is lazily initialized and reused within the same scope.
- JetStreamBatch - class in eu.vstoyanov.natsy.jetstream
- Wrapper for a batch of JetStream messages from a pull consumerProvides batch-level operations for efficient message processing including batch acknowledgment and selective acknowledgment up to a specific message.
- JetStreamConfig - class in eu.vstoyanov.natsy.jetstream
- Configuration for JetStream operations
- JetStreamConfigBuilder - class in eu.vstoyanov.natsy.jetstream
- Builder for JetStream configuration
- JetStreamContext - class in eu.vstoyanov.natsy.jetstream
- Context for JetStream operationsProvides type-safe, coroutine-friendly access to JetStream functionality including publishing, stream management, and consumer operations.
- JetStreamExtensionsKt - class in eu.vstoyanov.natsy.jetstream
- JetStreamMessage - class in eu.vstoyanov.natsy.jetstream
- Wrapper for JetStream messages with acknowledgment controlsProvides type-safe access to message payload and metadata, along with coroutine-friendly acknowledgment operations.
- JsonCodec - class in eu.vstoyanov.natsy.codec
- JSON codec using kotlinx.