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