Package io.quarkus.vertx.core.deployment
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.SimpleBuildItemA build item that can be used to retrieve the number of events loops that have been configured/calculated
-
-
Constructor Summary
Constructors Constructor Description EventLoopCountBuildItem(Supplier<Integer> eventLoopCount)
-