Uses of Enum Class
io.dapr.client.domain.StateOptions.Concurrency
Packages that use StateOptions.Concurrency
-
Uses of StateOptions.Concurrency in io.dapr.client.domain
Methods in io.dapr.client.domain that return StateOptions.ConcurrencyModifier and TypeMethodDescriptionstatic StateOptions.Concurrency
StateOptions.getConcurrency()
static StateOptions.Concurrency
Returns the enum constant of this class with the specified name.static StateOptions.Concurrency[]
StateOptions.Concurrency.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.dapr.client.domain with parameters of type StateOptions.ConcurrencyModifierConstructorDescriptionStateOptions
(StateOptions.Consistency consistency, StateOptions.Concurrency concurrency) Represents options for a Dapr state API call.