Documentation
    Preparing search index...

    Type Alias ObjectOptions

    ObjectOptions: ServiceOptions & { enableLazyState?: boolean }

    Type declaration

    • OptionalenableLazyState?: boolean

      When set to true, lazy state will be enabled for all invocations to this service.

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