Uses of Class
com.broadleafcommerce.metadata.dsl.core.extension.PollableOptions.PollStrategy
-
Packages that use PollableOptions.PollStrategy Package Description com.broadleafcommerce.metadata.dsl.core.extension -
-
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.PollStrategy Modifier and Type Class Description static class
PollableOptions.PollStrategy<S extends PollableOptions.PollStrategy<S>>
Abstract class representing the base polling strategy and its type.Subclasses of PollableOptions.PollStrategy in com.broadleafcommerce.metadata.dsl.core.extension Modifier and Type Class Description static class
PollableOptions.ConstantPollStrategy
This represents thePollableOptions.PollStrategyType.CONSTANT
polling strategy.static class
PollableOptions.ExponentialPollStrategy
This represents thePollableOptions.PollStrategyType.EXPONENTIAL
polling strategy with back-off and jitter.static class
PollableOptions.LinearPollStrategy
This represents thePollableOptions.PollStrategyType.LINEAR
polling strategy.Methods in com.broadleafcommerce.metadata.dsl.core.extension that return PollableOptions.PollStrategy Modifier and Type Method Description PollableOptions.PollStrategy<?>
PollableOptions. 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.PollStrategy Modifier and Type Method Description PollableOptions
PollableOptions. strategy(PollableOptions.PollStrategy<?> strategy)
Constructors in com.broadleafcommerce.metadata.dsl.core.extension with parameters of type PollableOptions.PollStrategy Constructor Description PollStrategy(PollableOptions.PollStrategy<?> strategy)
-