- All Superinterfaces:
InputRequest
@Immutable
public non-sealed interface RpcMethodRequest
extends InputRequest
Requests user input by invoking another RPC method.
-
Nested Class Summary
Nested Classes
-
Method Summary
default void
The RPC method to invoke for input.
Optional parameters for the RPC method.
-
Method Details
-
method
The RPC method to invoke for input.
-
params
Optional parameters for the RPC method.
-
check
@Check
default void check()
-
-