Uses of Interface
io.camunda.client.api.worker.ExponentialBackoffBuilder
Packages that use ExponentialBackoffBuilder
-
Uses of ExponentialBackoffBuilder in io.camunda.client.api.worker
Methods in io.camunda.client.api.worker that return ExponentialBackoffBuilderModifier and TypeMethodDescriptionExponentialBackoffBuilder.backoffFactor(double backoffFactor) Sets the backoff multiplication factor.ExponentialBackoffBuilder.jitterFactor(double jitterFactor) Sets the jitter factor.ExponentialBackoffBuilder.maxDelay(long maxDelay) Sets the maximum retry delay.ExponentialBackoffBuilder.minDelay(long minDelay) Sets the minimum retry delay.static ExponentialBackoffBuilderBackoffSupplier.newBackoffBuilder()Sets the random number generator used to add jitter to the next delay. -
Uses of ExponentialBackoffBuilder in io.camunda.client.impl.worker
Classes in io.camunda.client.impl.worker that implement ExponentialBackoffBuilderMethods in io.camunda.client.impl.worker that return ExponentialBackoffBuilderModifier and TypeMethodDescriptionExponentialBackoffBuilderImpl.backoffFactor(double backoffFactor) ExponentialBackoffBuilderImpl.jitterFactor(double jitterFactor) ExponentialBackoffBuilderImpl.maxDelay(long maxDelay) ExponentialBackoffBuilderImpl.minDelay(long minDelay)