Package | Description |
---|---|
com.broadleafcommerce.metadata.dsl.core.extension |
Modifier and Type | Class and Description |
---|---|
static class |
PollableOptions.PollStrategy<S extends PollableOptions.PollStrategy<S>>
Abstract class representing the base polling strategy and its type.
|
Modifier and Type | Class and Description |
---|---|
static class |
PollableOptions.ConstantPollStrategy
This represents the
PollableOptions.PollStrategyType.CONSTANT polling strategy. |
static class |
PollableOptions.ExponentialPollStrategy
This represents the
PollableOptions.PollStrategyType.EXPONENTIAL polling strategy
with back-off and jitter. |
static class |
PollableOptions.LinearPollStrategy
This represents the
PollableOptions.PollStrategyType.LINEAR polling strategy. |
Modifier and Type | Method and Description |
---|---|
PollableOptions.PollStrategy<?> |
PollableOptions.getStrategy()
This represents the strategy used for calculating the interval between each poll request.
|
Modifier and Type | Method and Description |
---|---|
PollableOptions |
PollableOptions.strategy(PollableOptions.PollStrategy<?> strategy) |
Constructor and Description |
---|
PollStrategy(PollableOptions.PollStrategy<?> strategy) |
Copyright © 2021. All rights reserved.