Class ConnectionFactoryHealthCheck

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

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

      • connectionFactory

        @Inject
        javax.jms.ConnectionFactory connectionFactory
    • Constructor Detail

      • ConnectionFactoryHealthCheck

        public ConnectionFactoryHealthCheck()
    • Method Detail

      • call

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