invocationRetryPolicy

@Nullable
open fun invocationRetryPolicy(): @Nullable InvocationRetryPolicy

Return

configured invocation retry policy

See also


open fun invocationRetryPolicy(@Nullable invocationRetryPolicy: @Nullable InvocationRetryPolicy): ServiceDefinition.Configurator

Retry policy used by Restate when invoking this service.

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


See also