Class LogStreamRecorder
- java.lang.Object
-
- io.quarkus.vertx.http.runtime.logstream.LogStreamRecorder
-
public class LogStreamRecorder extends Object
-
-
Constructor Summary
Constructors Constructor Description LogStreamRecorder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RuntimeValue<Optional<WebSocketLogHandler>>
logHandler(int size)
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
websocketHandler(RuntimeValue<Optional<WebSocketLogHandler>> handler)
-
-
-
Method Detail
-
logHandler
public RuntimeValue<Optional<WebSocketLogHandler>> logHandler(int size)
-
websocketHandler
public io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> websocketHandler(RuntimeValue<Optional<WebSocketLogHandler>> handler)
-
-