HealthServiceBase class abstract
- Annotations
-
- @GrpcServiceName('grpc.health.v1.Health')
Constructors
Properties
Methods
-
$addMethod(
ServiceMethod method) → void -
inherited
-
$lookupMethod(
String name) → ServiceMethod? -
inherited
-
$onMetadata(
ServiceCall context) → void -
Client metadata handler.
inherited
-
check(
ServiceCall call, HealthCheckRequest request) → Future< HealthCheckResponse> -
check_Pre(
ServiceCall call, Future< HealthCheckRequest> request) → Future<HealthCheckResponse> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
watch(
ServiceCall call, HealthCheckRequest request) → Stream< HealthCheckResponse> -
watch_Pre(
ServiceCall call, Future< HealthCheckRequest> request) → Stream<HealthCheckResponse>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited