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<HistoryHandler>>
handler(int size)
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
websocketHandler(RuntimeValue<Optional<HistoryHandler>> historyHandler)
-
-
-
Method Detail
-
handler
public RuntimeValue<Optional<HistoryHandler>> handler(int size)
-
websocketHandler
public io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> websocketHandler(RuntimeValue<Optional<HistoryHandler>> historyHandler)
-
-