invoke

open operator override fun invoke(block: StandardRetryStrategy.Config.Builder.() -> Unit): StandardRetryStrategy

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.