Class ServiceBusHealthIndicator
java.lang.Object
org.springframework.boot.actuate.health.AbstractHealthIndicator
com.azure.spring.cloud.stream.binder.servicebus.ServiceBusHealthIndicator
- All Implemented Interfaces:
org.springframework.boot.actuate.health.HealthContributor
,org.springframework.boot.actuate.health.HealthIndicator
public class ServiceBusHealthIndicator
extends org.springframework.boot.actuate.health.AbstractHealthIndicator
Implementation of a
AbstractHealthIndicator
returning status information for
service bus queue.-
Constructor Summary
ConstructorDescriptionConstruct aServiceBusHealthIndicator
with the specifiedServiceBusMessageChannelBinder
. -
Method Summary
Modifier and TypeMethodDescriptionprotected void
doHealthCheck
(org.springframework.boot.actuate.health.Health.Builder builder) Methods inherited from class org.springframework.boot.actuate.health.AbstractHealthIndicator
health
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.boot.actuate.health.HealthIndicator
getHealth
-
Constructor Details
-
ServiceBusHealthIndicator
Construct aServiceBusHealthIndicator
with the specifiedServiceBusMessageChannelBinder
.- Parameters:
binder
- the binder
-
-
Method Details
-
doHealthCheck
protected void doHealthCheck(org.springframework.boot.actuate.health.Health.Builder builder) - Specified by:
doHealthCheck
in classorg.springframework.boot.actuate.health.AbstractHealthIndicator
-