Uses of Class
org.axonframework.commandhandling.gateway.ExponentialBackOffIntervalRetryScheduler.Builder
Packages that use ExponentialBackOffIntervalRetryScheduler.Builder
-
Uses of ExponentialBackOffIntervalRetryScheduler.Builder in org.axonframework.commandhandling.gateway
Methods in org.axonframework.commandhandling.gateway that return ExponentialBackOffIntervalRetryScheduler.BuilderModifier and TypeMethodDescriptionExponentialBackOffIntervalRetryScheduler.Builder.backoffFactor(long backoffFactor) Sets the backoff factor in milliseconds at which to schedule a retry.ExponentialBackOffIntervalRetryScheduler.builder()Instantiate a Builder to be able to create aExponentialBackOffIntervalRetryScheduler.Constructors in org.axonframework.commandhandling.gateway with parameters of type ExponentialBackOffIntervalRetryScheduler.BuilderModifierConstructorDescriptionprotectedInstantiate anExponentialBackOffIntervalRetryScheduler. the settings are copied from theExponentialBackOffIntervalRetryScheduler.Builderand validated.