Package | Description |
---|---|
io.dapr.client.domain |
Modifier and Type | Method and Description |
---|---|
static StateOptions.Concurrency |
StateOptions.Concurrency.fromValue(String value) |
StateOptions.Concurrency |
StateOptions.getConcurrency() |
static StateOptions.Concurrency |
StateOptions.Concurrency.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StateOptions.Concurrency[] |
StateOptions.Concurrency.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.