Uses of Interface
io.camunda.zeebe.client.api.worker.ExponentialBackoffBuilder
-
Packages that use ExponentialBackoffBuilder Package Description io.camunda.zeebe.client.api.worker io.camunda.zeebe.client.impl.worker -
-
Uses of ExponentialBackoffBuilder in io.camunda.zeebe.client.api.worker
Methods in io.camunda.zeebe.client.api.worker that return ExponentialBackoffBuilder Modifier and Type Method Description ExponentialBackoffBuilderExponentialBackoffBuilder. backoffFactor(double backoffFactor)Sets the backoff multiplication factor.ExponentialBackoffBuilderExponentialBackoffBuilder. jitterFactor(double jitterFactor)Sets the jitter factor.ExponentialBackoffBuilderExponentialBackoffBuilder. maxDelay(long maxDelay)Sets the maximum retry delay.ExponentialBackoffBuilderExponentialBackoffBuilder. minDelay(long minDelay)Sets the minimum retry delay.static ExponentialBackoffBuilderBackoffSupplier. newBackoffBuilder()ExponentialBackoffBuilderExponentialBackoffBuilder. random(Random random)Sets the random number generator used to add jitter to the next delay. -
Uses of ExponentialBackoffBuilder in io.camunda.zeebe.client.impl.worker
Classes in io.camunda.zeebe.client.impl.worker that implement ExponentialBackoffBuilder Modifier and Type Class Description classExponentialBackoffBuilderImplMethods in io.camunda.zeebe.client.impl.worker that return ExponentialBackoffBuilder Modifier and Type Method Description ExponentialBackoffBuilderExponentialBackoffBuilderImpl. backoffFactor(double backoffFactor)ExponentialBackoffBuilderExponentialBackoffBuilderImpl. jitterFactor(double jitterFactor)ExponentialBackoffBuilderExponentialBackoffBuilderImpl. maxDelay(long maxDelay)ExponentialBackoffBuilderExponentialBackoffBuilderImpl. minDelay(long minDelay)ExponentialBackoffBuilderExponentialBackoffBuilderImpl. random(Random random)
-