Uses of Interface
org.springframework.boot.grpc.server.health.StatusMapper
Packages that use StatusMapper
Package
Description
Support for gRPC server health checks.
-
Uses of StatusMapper in org.springframework.boot.grpc.server.health
Methods in org.springframework.boot.grpc.server.health that return StatusMapperModifier and TypeMethodDescriptionstatic StatusMapperStatusMapper.getDefault()Return anStatusMapperinstance using default mappings.HealthCheckedGrpcComponent.getStatusMapper()Returns theStatusMapperthat should be used for this component.static StatusMapperStatusMapper.of(@Nullable Map<String, io.grpc.health.v1.HealthCheckResponse.ServingStatus> mappings) Create a newStatusMapperwith the specified mappings.