Uses of Class
com.broadleafcommerce.metadata.dsl.core.extension.PollableOptions.PollStrategy
Packages that use PollableOptions.PollStrategy
-
Uses of PollableOptions.PollStrategy in com.broadleafcommerce.metadata.dsl.core.extension
Classes in com.broadleafcommerce.metadata.dsl.core.extension with type parameters of type PollableOptions.PollStrategyModifier and TypeClassDescriptionstatic class
PollableOptions.PollStrategy<S extends PollableOptions.PollStrategy<S>>
Abstract class representing the base polling strategy and its type.Modifier and TypeClassDescriptionstatic class
This represents thePollableOptions.PollStrategyType.CONSTANT
polling strategy.static class
This represents thePollableOptions.PollStrategyType.EXPONENTIAL
polling strategy with back-off and jitter.static class
This represents thePollableOptions.PollStrategyType.LINEAR
polling strategy.Methods in com.broadleafcommerce.metadata.dsl.core.extension that return PollableOptions.PollStrategyModifier and TypeMethodDescriptionPollableOptions.getStrategy()
This represents the strategy used for calculating the interval between each poll request.Methods in com.broadleafcommerce.metadata.dsl.core.extension with parameters of type PollableOptions.PollStrategyModifier and TypeMethodDescriptionPollableOptions.strategy
(PollableOptions.PollStrategy<?> strategy) Constructors in com.broadleafcommerce.metadata.dsl.core.extension with parameters of type PollableOptions.PollStrategy