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 TypeMethodDescriptionGet the binder typeorg.springframework.boot.actuate.health.HealthgetBindingHealth(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 namebinderHealthContributor- binder health contributor- Returns:
- binding health
-
getBinderType
String getBinderType()Get the binder type- Returns:
- binder type
-