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 io.quarkus.builder.item.SimpleBuildItem
A build item for adding the dev stream log via mutiny.
  • Constructor Details

    • StreamingLogHandlerBuildItem

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

    • getHandlerValue

      public io.quarkus.runtime.RuntimeValue<Optional<Handler>> getHandlerValue()
      Get the handler value.
      Returns:
      the handler value