Uses of Enum Class
io.dapr.client.domain.StateOptions.Consistency
-
Uses of StateOptions.Consistency in io.dapr.client.domain
Modifier and TypeMethodDescriptionstatic StateOptions.Consistency
StateOptions.getConsistency()
static StateOptions.Consistency
Returns the enum constant of this class with the specified name.static StateOptions.Consistency[]
StateOptions.Consistency.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionStateOptions
(StateOptions.Consistency consistency, StateOptions.Concurrency concurrency) Represents options for a Dapr state API call.