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

io.gravitee.node.monitoring.spring.MonitoringConfiguration 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 MonitoringConfiguration(boolean enabled, long delay, TimeUnit unit) {}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy