类 RabbitHealthIndicator

java.lang.Object
org.springframework.boot.actuate.health.AbstractHealthIndicator
org.springframework.boot.actuate.amqp.RabbitHealthIndicator
所有已实现的接口:
HealthContributor, HealthIndicator

public class RabbitHealthIndicator extends AbstractHealthIndicator
Simple implementation of a HealthIndicator returning status information for the RabbitMQ messaging system.
从以下版本开始:
1.1.0
作者:
Christian Dupuis