Uses of Class
io.quarkus.vertx.http.runtime.logstream.HistoryHandler
-
Packages that use HistoryHandler Package Description io.quarkus.vertx.http.runtime.logstream -
-
Uses of HistoryHandler in io.quarkus.vertx.http.runtime.logstream
Methods in io.quarkus.vertx.http.runtime.logstream that return types with arguments of type HistoryHandler Modifier and Type Method Description RuntimeValue<Optional<HistoryHandler>>LogStreamRecorder. handler(int size)Method parameters in io.quarkus.vertx.http.runtime.logstream with type arguments of type HistoryHandler Modifier and Type Method Description io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>LogStreamRecorder. websocketHandler(RuntimeValue<Optional<HistoryHandler>> historyHandler)Constructors in io.quarkus.vertx.http.runtime.logstream with parameters of type HistoryHandler Constructor Description LogStreamWebSocket(HistoryHandler historyHandler)
-