io.quarkus.runtime.IOThreadDetector Maven / Gradle / Ivy
package io.quarkus.runtime;
public interface IOThreadDetector {
boolean isInIOThread();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package io.quarkus.runtime;
public interface IOThreadDetector {
boolean isInIOThread();
}