Class DevConsoleProcessor.HistoryHandlerBuildItem
- java.lang.Object
-
- io.quarkus.builder.item.BuildItem
-
- io.quarkus.builder.item.SimpleBuildItem
-
- io.quarkus.vertx.http.deployment.devmode.console.DevConsoleProcessor.HistoryHandlerBuildItem
-
- Enclosing class:
- DevConsoleProcessor
public static final class DevConsoleProcessor.HistoryHandlerBuildItem extends io.quarkus.builder.item.SimpleBuildItem
-
-
Field Summary
Fields Modifier and Type Field Description (package private) io.quarkus.runtime.RuntimeValue<Optional<WebSocketLogHandler>>value
-
Constructor Summary
Constructors Constructor Description HistoryHandlerBuildItem(io.quarkus.runtime.RuntimeValue<Optional<WebSocketLogHandler>> value)
-
-
-
Field Detail
-
value
final io.quarkus.runtime.RuntimeValue<Optional<WebSocketLogHandler>> value
-
-
Constructor Detail
-
HistoryHandlerBuildItem
public HistoryHandlerBuildItem(io.quarkus.runtime.RuntimeValue<Optional<WebSocketLogHandler>> value)
-
-