public class RabbitHealthIndicator extends AbstractHealthIndicator
HealthIndicator returning status information for the
RabbitMQ messaging system.| Constructor and Description |
|---|
RabbitHealthIndicator(org.springframework.amqp.rabbit.core.RabbitTemplate rabbitTemplate) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doHealthCheck(Health.Builder builder)
Actual health check logic.
|
healthpublic RabbitHealthIndicator(org.springframework.amqp.rabbit.core.RabbitTemplate rabbitTemplate)
protected void doHealthCheck(Health.Builder builder) throws Exception
AbstractHealthIndicatordoHealthCheck in class AbstractHealthIndicatorbuilder - the Health.Builder to report health status and detailsException - any Exception that should create a Status.DOWN
system status.Copyright © 2019 Pivotal Software, Inc.. All rights reserved.