Class EventLoopCountBuildItem

java.lang.Object
io.quarkus.builder.item.BuildItem
io.quarkus.builder.item.SimpleBuildItem
io.quarkus.vertx.core.deployment.EventLoopCountBuildItem

public final class EventLoopCountBuildItem extends io.quarkus.builder.item.SimpleBuildItem
A build item that can be used to retrieve the number of events loops that have been configured/calculated
  • Constructor Details

    • EventLoopCountBuildItem

      public EventLoopCountBuildItem(Supplier<Integer> eventLoopCount)
  • Method Details