Package io.dapr.v1
Class AppCallbackHealthCheckGrpc.AppCallbackHealthCheckImplBase
java.lang.Object
io.dapr.v1.AppCallbackHealthCheckGrpc.AppCallbackHealthCheckImplBase
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- AppCallbackHealthCheckGrpc
public abstract static class AppCallbackHealthCheckGrpc.AppCallbackHealthCheckImplBase
extends Object
implements io.grpc.BindableService
AppCallbackHealthCheck V1 is an optional extension to AppCallback V1 to implement the HealthCheck method.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.grpc.ServerServiceDefinition
void
healthCheck(com.google.protobuf.Empty request, io.grpc.stub.StreamObserver<DaprAppCallbackProtos.HealthCheckResponse> responseObserver)
Health check.
-
Constructor Details
-
AppCallbackHealthCheckImplBase
public AppCallbackHealthCheckImplBase()
-
-
Method Details
-
healthCheck
public void healthCheck(com.google.protobuf.Empty request, io.grpc.stub.StreamObserver<DaprAppCallbackProtos.HealthCheckResponse> responseObserver)Health check.
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-