U
- update(kotlin.jvm.functions.Function1) - function in eu.vstoyanov.natsy.jetstream.ConsumerContext
- Update the consumer configurationApplies the configuration block to update consumer settings.
- update(java.lang.String,T,java.lang.Long) - function in eu.vstoyanov.natsy.jetstream.KeyValueStore
- Update a key only if the expected revision matchesThe compare-and-swap half of the store: expectedRevision not matching is a normal outcome of a read-modify-write loop, reported as eu.vstoyanov.natsy.exception.NatsyConflictException and not logged - the caller re-reads and retries.
- update(kotlin.jvm.functions.Function1) - function in eu.vstoyanov.natsy.jetstream.StreamContext
- Update the stream configurationApplies the configuration block to update stream settings.
- UPDATES_ONLY - enum entry in eu.vstoyanov.natsy.jetstream.model.KvWatchOption
Skip the snapshot entirely and start at the next change
DeliverPolicy.New(io/nats/client/impl/NatsKeyValueWatchSubscription.java:48). The initial sync is complete immediately, before any entry - and, uniquely to this option, before the watch has been established at all (io/nats/client/impl/NatsWatchSubscription.java:50-52), so KvWatchEvent.InitialSyncComplete is not a rendezvous a writer can wait on here.- UPDATES_ONLY - enum entry in eu.vstoyanov.natsy.jetstream.model.ObjectWatchOption
Skip the snapshot entirely and start at the next change
DeliverPolicy.New(io/nats/client/impl/NatsObjectStoreWatchSubscription.java:43). The initial sync is complete immediately, before any entry - and, uniquely to this option, before the watch has been established at all (io/nats/client/impl/NatsWatchSubscription.java:50-52), so ObjectWatchEvent.InitialSyncComplete is not a rendezvous a writer can wait on here.