fish.payara.nucleus.healthcheck.configuration.HealthCheckServiceConfigurationInjector Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of payara-micro Show documentation
Show all versions of payara-micro Show documentation
Micro Distribution of the Payara Project
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
{
}