send

abstract suspend fun <T> send(target: Target, inputSerde: Serde<T>, parameter: T, delay: Duration = Duration.ZERO)

Invoke another Restate service without waiting for the response.

Parameters

target

the address of the callee

inputSerde

Input serde

parameter

the invocation request parameter.

delay

time to wait before executing the call