All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fish.payara.nucleus.healthcheck.configuration.HealthCheckServiceConfigurationInjector Maven / Gradle / Ivy

There is a newer version: 7.2024.1.Alpha1
Show newest version

package fish.payara.nucleus.healthcheck.configuration;

import org.jvnet.hk2.annotations.Service;
import org.jvnet.hk2.config.InjectionTarget;
import org.jvnet.hk2.config.NoopConfigInjector;

@Service(name = "health-check-service-configuration", metadata = "<*>=collection:fish.payara.nucleus.healthcheck.configuration.Checker,=collection:leaf,@enabled=optional,@enabled=default:false,@enabled=datatype:java.lang.Boolean,@enabled=leaf,@historical-trace-enabled=optional,@historical-trace-enabled=default:false,@historical-trace-enabled=datatype:java.lang.Boolean,@historical-trace-enabled=leaf,@historical-trace-store-size=optional,@historical-trace-store-size=default:20,@historical-trace-store-size=datatype:java.lang.Integer,@historical-trace-store-size=leaf,@historical-trace-store-timeout=optional,@historical-trace-store-timeout=datatype:java.lang.String,@historical-trace-store-timeout=leaf,target=fish.payara.nucleus.healthcheck.configuration.HealthCheckServiceConfiguration")
@InjectionTarget(HealthCheckServiceConfiguration.class)
public class HealthCheckServiceConfigurationInjector
    extends NoopConfigInjector
{


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy