TestEchoServiceBase class abstract
- Annotations
-
- @GrpcServiceName('viam.component.testecho.v1.TestEchoService')
Constructors
Properties
Methods
-
$addMethod(
ServiceMethod method) → void -
inherited
-
$lookupMethod(
String name) → ServiceMethod? -
inherited
-
$onMetadata(
ServiceCall context) → void -
Client metadata handler.
inherited
-
echo(
ServiceCall call, EchoRequest request) → Future< EchoResponse> -
echo_Pre(
ServiceCall call, Future< EchoRequest> request) → Future<EchoResponse> -
echoBiDi(
ServiceCall call, Stream< EchoBiDiRequest> request) → Stream<EchoBiDiResponse> -
echoMultiple(
ServiceCall call, EchoMultipleRequest request) → Stream< EchoMultipleResponse> -
echoMultiple_Pre(
ServiceCall call, Future< EchoMultipleRequest> request) → Stream<EchoMultipleResponse> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
stop(
ServiceCall call, StopRequest request) → Future< StopResponse> -
stop_Pre(
ServiceCall call, Future< StopRequest> request) → Future<StopResponse> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited