call

@ApiStatus.Experimental
abstract suspend fun call(): CallDurableFuture<Res>

Call the target handler and return a CallDurableFuture for the result.

Return

a CallDurableFuture that will contain the response