OptionaldelayOptionalheadersHeaders to attach to the request.
OptionalidempotencyKey to use for idempotency key.
See https://docs.restate.dev/operate/invocation#invoke-a-handler-idempotently for more details.
OptionalinputOptionaloutputOptionalsignalSignal to abort the underlying fetch operation. See https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal.
This field is exclusive with timeout, and using both of them will result in a runtime failure.
OptionaltimeoutTimeout to be used when executing the request. In milliseconds.
Same as AbortSignal.timeout().
This field is exclusive with signal, and using both of them will result in a runtime failure.
If set, the invocation will be enqueued now to be executed after the provided delay. In milliseconds.