Uses of Class
org.axonframework.commandhandling.gateway.IntervalRetryScheduler.Builder
Packages that use IntervalRetryScheduler.Builder
-
Uses of IntervalRetryScheduler.Builder in org.axonframework.commandhandling.gateway
Methods in org.axonframework.commandhandling.gateway that return IntervalRetryScheduler.BuilderModifier and TypeMethodDescriptionIntervalRetryScheduler.builder()Instantiate a Builder to be able to create aIntervalRetryScheduler.IntervalRetryScheduler.Builder.retryInterval(int retryInterval) Sets the retry interval in milliseconds at which to schedule a retry.Constructors in org.axonframework.commandhandling.gateway with parameters of type IntervalRetryScheduler.BuilderModifierConstructorDescriptionprotectedInstantiate aIntervalRetrySchedulerbased on the fields contained in theIntervalRetryScheduler.Builder.