io.quarkiverse.logging.splunk.DevServicesLoggingSplunkRuntimeConfig Maven / Gradle / Ivy
package io.quarkiverse.logging.splunk;
import java.util.Optional;
public interface DevServicesLoggingSplunkRuntimeConfig {
/**
* The API URL the splunk dev service listens on.
*/
Optional apiUrl();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy