Uses of Enum Class
org.mockserver.grpc.ServingStatus
Packages that use ServingStatus
-
Uses of ServingStatus in org.mockserver.grpc
Methods in org.mockserver.grpc that return ServingStatusModifier and TypeMethodDescriptionstatic ServingStatusServingStatus.forCode(int code) Returns the ServingStatus for the given service name from this handler's registry.Get the status for a service name; falls back to default.static ServingStatusReturns the enum constant of this class with the specified name.static ServingStatus[]ServingStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.mockserver.grpc that return types with arguments of type ServingStatusModifier and TypeMethodDescriptionGrpcHealthRegistry.entries()Returns all non-default service to status entries plus the default status.Methods in org.mockserver.grpc with parameters of type ServingStatusModifier and TypeMethodDescriptionbyte[]GrpcHealthCheckHandler.encodeResponse(ServingStatus status) Encodes a HealthCheckResponse as gRPC-framed bytes.voidGrpcHealthRegistry.setStatus(String serviceName, ServingStatus status) Set the status for a specific service name (empty string = default for all).