
io.quarkus.devui.runtime.logstream.LogStreamRecorder Maven / Gradle / Ivy
package io.quarkus.devui.runtime.logstream;
import java.util.Optional;
import io.quarkus.runtime.RuntimeValue;
import io.quarkus.runtime.annotations.Recorder;
@Recorder
public class LogStreamRecorder {
public RuntimeValue> mutinyLogHandler() {
return new RuntimeValue<>(Optional.of(new MutinyLogHandler()));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy