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
- 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.
- 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.
- jnatsOptions(kotlin.jvm.functions.Function1) - function in eu.vstoyanov.natsy.KlientConfigBuilder
- Reach a jnats option this DSL does not model
Options.Buildercarries around sixty settings; the properties above are the ones natsy has an opinion about. - JsonCodec - class in eu.vstoyanov.natsy.codec
- Carries a value as UTF-8 JSON via kotlinx.serialization.
- JsonCodec.Companion - class in eu.vstoyanov.natsy.codec.JsonCodec