Class HealthChecksService.HealthChecksServiceBase
Namespace: ArmoniK.Api.gRPC.V1.HealthChecks
Assembly: ArmoniK.Api.Core.dll
Base class for server-side implementations of HealthChecksService
[BindServiceMethod(typeof(HealthChecksService), "BindService")]
public abstract class HealthChecksService.HealthChecksServiceBase
Inheritance
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Methods
CheckHealth(CheckHealthRequest, ServerCallContext)
Checks the health of the cluster. This can be used to verify that the cluster is up and running.
public virtual Task<CheckHealthResponse> CheckHealth(CheckHealthRequest request, ServerCallContext context)
Parameters
request CheckHealthRequest
The request received from the client.
context ServerCallContext
The context of the server-side call handler being invoked.
Returns
Task<CheckHealthResponse>
The response to send back to the client (wrapped by a task).