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

io.quarkus.runtime.BlockingOperationRecorder Maven / Gradle / Ivy

There is a newer version: 3.17.5
Show 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