Class RabbitMQReadyCheck

  • All Implemented Interfaces:
    org.eclipse.microprofile.health.HealthCheck

    @Readiness
    @ApplicationScoped
    public class RabbitMQReadyCheck
    extends Object
    implements org.eclipse.microprofile.health.HealthCheck
    RabbitMQ ready check which checks if at least one of the configured brokers is available.
    Author:
    b.passon
    • Constructor Detail

      • RabbitMQReadyCheck

        public RabbitMQReadyCheck()
    • Method Detail

      • call

        public org.eclipse.microprofile.health.HealthCheckResponse call()
        Specified by:
        call in interface org.eclipse.microprofile.health.HealthCheck