enableLazyState

@Nullable
open fun enableLazyState(): @Nullable Boolean

Return

configured enable lazy state.

See also


open fun enableLazyState(@Nullable enableLazyState: @Nullable Boolean): HandlerDefinition.Configurator

When set to true, lazy state will be enabled for all invocations to this handler. This is relevant only for workflows and virtual objects.

NOTE: You can set this field only if you register this service against restate-server >= 1.4, otherwise the service discovery will fail.

Return

this