unary<I extends Object, O extends Object> abstract method
Future<UnaryResponse<I, O> >
unary<I extends Object, O extends Object>(
- Spec<
I, O> spec, - I input, [
- CallOptions? options
Call a unary RPC - a method that takes a single input message, and responds with a single output message.
Implementation
Future<UnaryResponse<I, O>> unary<I extends Object, O extends Object>(
Spec<I, O> spec,
I input, [
CallOptions? options,
]);