send
EXPERIMENTAL API: Send a one-way invocation without waiting for the response.
// Send without waiting for response
SendResponse<GreetingResponse> sendResponse = client.service(Greeter.class)
.send(Greeter::greet, new Greeting("Alice"));
Content copied to clipboard
@ApiStatus.Experimental
@ApiStatus.Experimental
@ApiStatus.Experimental
@ApiStatus.Experimental
@ApiStatus.Experimental
@ApiStatus.Experimental
@ApiStatus.Experimental
@ApiStatus.Experimental
EXPERIMENTAL API: Like send, with invocation options.
@ApiStatus.Experimental
@ApiStatus.Experimental
EXPERIMENTAL API: Like send, with a delay.
@ApiStatus.Experimental
@ApiStatus.Experimental
@ApiStatus.Experimental
@ApiStatus.Experimental
@ApiStatus.Experimental
@ApiStatus.Experimental
@ApiStatus.Experimental
@ApiStatus.Experimental
EXPERIMENTAL API: Like send, with a delay and invocation options.
EXPERIMENTAL API: Like send, for methods without a return value.
EXPERIMENTAL API: Like send, for methods without input.
EXPERIMENTAL API: Like send, for methods without input or return value.