TestServiceBase class abstract
- Annotations
-
- @GrpcServiceName.new('TestService')
Constructors
Properties
Methods
-
$addMethod(
ServiceMethod method) → void -
inherited
-
$lookupMethod(
String name) → ServiceMethod? -
inherited
-
$onMetadata(
ServiceCall context) → void -
Client metadata handler.
inherited
-
flushEvents(
ServiceCall call, Empty request) → Future< Empty> -
flushEvents_Pre(
ServiceCall $call, Future< Empty> $request) → Future<Empty> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
relay(
ServiceCall call, StringValue request) → Future< StringValue> -
relay_Pre(
ServiceCall $call, Future< StringValue> $request) → Future<StringValue> -
resetTest(
ServiceCall call, Empty request) → Future< Empty> -
resetTest_Pre(
ServiceCall $call, Future< Empty> $request) → Future<Empty> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited