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 classPollableOptions.PollStrategy<S extends PollableOptions.PollStrategy<S>>Abstract class representing the base polling strategy and its type.Modifier and TypeClassDescriptionstatic classThis represents thePollableOptions.PollStrategyType.CONSTANTpolling strategy.static classThis represents thePollableOptions.PollStrategyType.EXPONENTIALpolling strategy with back-off and jitter.static classThis represents thePollableOptions.PollStrategyType.LINEARpolling 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