Class RabbitHealthIndicator

java.lang.Object
org.springframework.boot.actuate.health.AbstractHealthIndicator
org.springframework.boot.actuate.amqp.RabbitHealthIndicator
All Implemented Interfaces:
HealthContributor, HealthIndicator

public class RabbitHealthIndicator extends AbstractHealthIndicator
Simple implementation of a HealthIndicator returning status information for the RabbitMQ messaging system.
Since:
1.1.0
Author:
Christian Dupuis