Interface HealthCheckedGrpcComponent


public interface HealthCheckedGrpcComponent
A single gRPC component that can be checked for health.
Since:
4.1.0
Author:
Phillip Webb
  • Method Details

    • isMember

      boolean isMember(String healthContributorName)
      Returns true if the given health contributor is a member of this component.
      Parameters:
      healthContributorName - the contributor name
      Returns:
      true if the contributor is a member
    • getStatusAggregator

      StatusAggregator getStatusAggregator()
      Returns the status aggregator that should be used for this component.
      Returns:
      the status aggregator
    • getStatusMapper

      StatusMapper getStatusMapper()
      Returns the StatusMapper that should be used for this component.
      Returns:
      the status mapper