Interface BindingHealthAccessor

All Known Implementing Classes:
BindingHealthAggregateAccessor

public interface BindingHealthAccessor

An accessor to compute the health of a binding.

To take effect, these beans must be declared in the Micro-Integration's root application context, not within a binder's application context.

  • Method Summary

    Modifier and Type
    Method
    Description
    Get the binder type
    org.springframework.boot.actuate.health.Health
    getBindingHealth(String bindingName, org.springframework.boot.actuate.health.HealthContributor binderHealthContributor)
    Retrieve the binding's health.
  • Method Details

    • getBindingHealth

      org.springframework.boot.actuate.health.Health getBindingHealth(String bindingName, org.springframework.boot.actuate.health.HealthContributor binderHealthContributor)
      Retrieve the binding's health.
      Parameters:
      bindingName - binding name
      binderHealthContributor - binder health contributor
      Returns:
      binding health
    • getBinderType

      String getBinderType()
      Get the binder type
      Returns:
      binder type