io.quarkus.runtime.BlockingOperationRecorder Maven / Gradle / Ivy
The newest version!
package io.quarkus.runtime;
import java.util.List;
import io.quarkus.runtime.annotations.Recorder;
@Recorder
public class BlockingOperationRecorder {
public void control(List detectors) {
BlockingOperationControl.setIoThreadDetector(detectors.toArray(new IOThreadDetector[0]));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy