Package | Description |
---|---|
io.dapr.client.domain |
Modifier and Type | Method and Description |
---|---|
static StateOptions.RetryPolicy.Pattern |
StateOptions.RetryPolicy.Pattern.fromValue(String value) |
StateOptions.RetryPolicy.Pattern |
StateOptions.RetryPolicy.getPattern() |
static StateOptions.RetryPolicy.Pattern |
StateOptions.RetryPolicy.Pattern.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StateOptions.RetryPolicy.Pattern[] |
StateOptions.RetryPolicy.Pattern.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
RetryPolicy(Duration interval,
Integer threshold,
StateOptions.RetryPolicy.Pattern pattern)
Represents retry policies on a state operation.
|
Copyright © 2020. All rights reserved.