Class ServerLocatorHealthCheck

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

    @Readiness
    @ApplicationScoped
    public class ServerLocatorHealthCheck
    extends Object
    implements org.eclipse.microprofile.health.HealthCheck
    • Field Detail

      • serverLocator

        @Inject
        org.apache.activemq.artemis.api.core.client.ServerLocator serverLocator
    • Constructor Detail

      • ServerLocatorHealthCheck

        public ServerLocatorHealthCheck()
    • Method Detail

      • call

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