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

io.gravitee.node.monitoring.spring.HealthConfiguration Maven / Gradle / Ivy

There is a newer version: 7.0.0-alpha.13
Show newest version
package io.gravitee.node.monitoring.spring;

import java.util.concurrent.TimeUnit;

/**
 * @author Jeoffrey HAEYAERT (jeoffrey.haeyaert at graviteesource.com)
 * @author GraviteeSource Team
 */
public record HealthConfiguration(boolean enabled, long delay, TimeUnit unit, int cpuThreshold, int memoryThreshold) {}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy