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 classPollableOptions.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 classPollableOptions.ConstantPollStrategyThis represents thePollableOptions.PollStrategyType.CONSTANTpolling strategy.static classPollableOptions.ExponentialPollStrategyThis represents thePollableOptions.PollStrategyType.EXPONENTIALpolling strategy with back-off and jitter.static classPollableOptions.LinearPollStrategyThis represents thePollableOptions.PollStrategyType.LINEARpolling 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 PollableOptionsPollableOptions. strategy(PollableOptions.PollStrategy<?> strategy)Constructors in com.broadleafcommerce.metadata.dsl.core.extension with parameters of type PollableOptions.PollStrategy Constructor Description PollStrategy(PollableOptions.PollStrategy<?> strategy)
-