A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
K
- keys() - function in eu.vstoyanov.natsy.jetstream.KeyValueStore
- Get all keys in the bucket
- keys(java.lang.String) - function in eu.vstoyanov.natsy.jetstream.KeyValueStore
- Get keys matching a filter pattern
- keyValue(java.lang.String,kotlin.jvm.functions.Function1) - function in eu.vstoyanov.natsy.jetstream.JetStreamContext
- Create or access a Key-Value store bucketIf the bucket already exists, it will be returned.
- KeyValueConfig - class in eu.vstoyanov.natsy.jetstream
- DSL builder for Key-Value store configurationProvides a Kotlin-friendly way to configure Key-Value buckets with sensible defaults and compile-time validation.
- KeyValueConfigBuilder - class in eu.vstoyanov.natsy.jetstream
- Builder for Key-Value store configuration
- KeyValueEntry - class in eu.vstoyanov.natsy.jetstream.model
- Represents an entry in the Key-Value store with typed payload
- KeyValueEntryMapper - class in eu.vstoyanov.natsy.jetstream.model
- Companion for creating KeyValueEntry from NATS KeyValueEntry
- KeyValueStore - class in eu.vstoyanov.natsy.jetstream
- Wrapper around NATS KeyValue that provides type-safe, coroutine-friendly operationsThis class integrates with natsy's codec system to provide automatic serialization/deserialization of values and uses Kotlin's Result type for error handling.
- KlientConfig - class in eu.vstoyanov.natsy
- Configuration for NatsKlient
- KlientConfigBuilder - class in eu.vstoyanov.natsy
- Builder for NatsKlient configuration