Class ConnectionFactoryHealthCheck
java.lang.Object
io.quarkus.artemis.jms.runtime.health.ConnectionFactoryHealthCheck
- All Implemented Interfaces:
org.eclipse.microprofile.health.HealthCheck
@Readiness
@ApplicationScoped
public class ConnectionFactoryHealthCheck
extends Object
implements org.eclipse.microprofile.health.HealthCheck
-
Constructor Summary
ConstructorsConstructorDescriptionConnectionFactoryHealthCheck(ArtemisRuntimeConfigs runtimeConfigs, ArtemisBuildTimeConfigs buildTimeConfigs, ArtemisHealthSupport support, jakarta.enterprise.inject.Instance<jakarta.jms.ConnectionFactory> connectionFactories) -
Method Summary
-
Constructor Details
-
ConnectionFactoryHealthCheck
public ConnectionFactoryHealthCheck(ArtemisRuntimeConfigs runtimeConfigs, ArtemisBuildTimeConfigs buildTimeConfigs, ArtemisHealthSupport support, @Any jakarta.enterprise.inject.Instance<jakarta.jms.ConnectionFactory> connectionFactories)
-
-
Method Details
-
call
public org.eclipse.microprofile.health.HealthCheckResponse call()- Specified by:
callin interfaceorg.eclipse.microprofile.health.HealthCheck
-