invocationRetryPolicy
Return
configured invocation retry policy
See also
open fun invocationRetryPolicy(@Nullable invocationRetryPolicy: @Nullable InvocationRetryPolicy): HandlerDefinition.Configurator
Retry policy used by Restate when invoking this handler.
NOTE: You can set this field only if you register this service against restate-server >= 1.5, otherwise the service discovery will fail.
Return
this
See also
open fun invocationRetryPolicy(invocationRetryPolicy: InvocationRetryPolicy.Builder): HandlerDefinition.Configurator