- java.lang.Object
-
- org.springframework.boot.actuate.health.AbstractHealthIndicator
-
- com.azure.spring.servicebus.stream.binder.ServiceBusQueueHealthIndicator
-
- All Implemented Interfaces:
- org.springframework.boot.actuate.health.HealthContributor, org.springframework.boot.actuate.health.HealthIndicator
public class ServiceBusQueueHealthIndicator
extends org.springframework.boot.actuate.health.AbstractHealthIndicator
Implementation of a AbstractHealthIndicator returning status information for
service bus queue.
-
-
Constructor Summary
Constructors
| Constructor and Description |
ServiceBusQueueHealthIndicator(com.azure.spring.integration.servicebus.queue.ServiceBusQueueOperation serviceBusQueueOperation) |
-
Method Summary
-
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
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.