Class StreamingLogHandlerBuildItem

java.lang.Object
io.quarkus.builder.item.BuildItem
io.quarkus.builder.item.SimpleBuildItem
io.quarkus.deployment.builditem.StreamingLogHandlerBuildItem

public final class StreamingLogHandlerBuildItem extends SimpleBuildItem
A build item for adding the dev stream log via mutiny.
  • Constructor Details

    • StreamingLogHandlerBuildItem

      public StreamingLogHandlerBuildItem(RuntimeValue<Optional<Handler>> handlerValue)
      Construct a new instance.
      Parameters:
      handlerValue - the handler value to add to the run time configuration
  • Method Details