invoke
open operator override fun invoke(block: ExponentialBackoffWithJitter.Config.Builder.() -> Unit): ExponentialBackoffWithJitter
Turns a Builder instance into a Built instance, first applying the given DSL block to the builder.
Parameters
block
A DSL block to apply to the builder.