OptionalenableLazyState?: booleanWhen set to true, lazy state will be enabled for all invocations to this handler.
NOTE: You can set this field only if you register this endpoint against restate-server >= 1.4, otherwise the service discovery will fail.
Optionalshared?: booleanWhen true, the handler will be marked as shared. Shared object handlers can only read state, not write it.
Handler options for virtual object handlers