Uses of Interface
io.oxia.client.api.options.GetSequenceUpdatesOption
Packages that use GetSequenceUpdatesOption
Package
Description
The public API for interacting with Oxia.
The definitions for options that can be passed to the Oxia client operations.
-
Uses of GetSequenceUpdatesOption in io.oxia.client.api
Method parameters in io.oxia.client.api with type arguments of type GetSequenceUpdatesOptionModifier and TypeMethodDescriptionAsyncOxiaClient.getSequenceUpdates(String key, Consumer<String> listener, Set<GetSequenceUpdatesOption> options) GetSequenceUpdates allows to subscribe to the updates happening on a sequential key The channel will report the current latest sequence for a given key.SyncOxiaClient.getSequenceUpdates(String key, Consumer<String> listener, Set<GetSequenceUpdatesOption> options) GetSequenceUpdates allows to subscribe to the updates happening on a sequential key The channel will report the current latest sequence for a given key. -
Uses of GetSequenceUpdatesOption in io.oxia.client.api.options
Methods in io.oxia.client.api.options that return GetSequenceUpdatesOptionModifier and TypeMethodDescriptionstatic GetSequenceUpdatesOptionGetSequenceUpdatesOption.PartitionKey(String partitionKey) PartitionKey overrides the partition routing with the specified `partitionKey` instead of the regular record key.