io.quarkus.runtime.ssl.SslContextConfigurationRecorder Maven / Gradle / Ivy
package io.quarkus.runtime.ssl;
import io.quarkus.runtime.annotations.Recorder;
@Recorder
public class SslContextConfigurationRecorder {
public void setSslNativeEnabled(boolean sslNativeEnabled) {
SslContextConfiguration.setSslNativeEnabled(sslNativeEnabled);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy