Package | Description |
---|---|
io.dapr.client.domain |
Modifier and Type | Method and Description |
---|---|
static StateOptions.Consistency |
StateOptions.Consistency.fromValue(String value) |
StateOptions.Consistency |
StateOptions.getConsistency() |
static StateOptions.Consistency |
StateOptions.Consistency.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StateOptions.Consistency[] |
StateOptions.Consistency.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
StateOptions(StateOptions.Consistency consistency,
StateOptions.Concurrency concurrency,
StateOptions.RetryPolicy retryPolicy)
Represents options for a Dapr state API call.
|
Copyright © 2020. All rights reserved.