Package io.quarkus.vertx.core.runtime
Class VertxCoreRecorder
java.lang.Object
io.quarkus.vertx.core.runtime.VertxCoreRecorder
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static class(package private) static class -
Field Summary
FieldsModifier and TypeFieldDescription(package private) static int(package private) static VertxCoreRecorder.VertxSupplierstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSupplier<io.netty.channel.EventLoopGroup>voidSupplier<io.vertx.core.Vertx>configureVertx(VertxConfiguration config, io.quarkus.runtime.ThreadPoolConfig threadPoolConfig, io.quarkus.runtime.LaunchMode launchMode, io.quarkus.runtime.ShutdownContext shutdown, List<Consumer<io.vertx.core.VertxOptions>> customizers, ExecutorService executorProxy) createThreadFactory(io.quarkus.runtime.LaunchMode launchMode) (package private) voiddestroy()io.quarkus.runtime.IOThreadDetectordetector()org.jboss.threads.ContextHandler<Object>executionContextHandler(boolean customizeArcContext) static Supplier<io.vertx.core.Vertx>getVertx()static io.vertx.core.Vertxinitialize(VertxConfiguration conf, VertxCoreRecorder.VertxOptionsCustomizer customizer, io.quarkus.runtime.ThreadPoolConfig threadPoolConfig, io.quarkus.runtime.ShutdownContext shutdown, io.quarkus.runtime.LaunchMode launchMode) Supplier<io.netty.channel.EventLoopGroup>static Supplier<io.vertx.core.Vertx>recoverFailedStart(VertxConfiguration config, io.quarkus.runtime.ThreadPoolConfig threadPoolConfig) voidresetMapper(io.quarkus.runtime.ShutdownContext shutdown) static voidsetWebDeploymentId(String webDeploymentId) (package private) static void
-
Field Details
-
VERTX_CACHE
- See Also:
-
vertx
-
blockingThreadPoolSize
static volatile int blockingThreadPoolSize
-
-
Constructor Details
-
VertxCoreRecorder
public VertxCoreRecorder()
-
-
Method Details
-
configureVertx
public Supplier<io.vertx.core.Vertx> configureVertx(VertxConfiguration config, io.quarkus.runtime.ThreadPoolConfig threadPoolConfig, io.quarkus.runtime.LaunchMode launchMode, io.quarkus.runtime.ShutdownContext shutdown, List<Consumer<io.vertx.core.VertxOptions>> customizers, ExecutorService executorProxy) -
detector
public io.quarkus.runtime.IOThreadDetector detector() -
shutdownDevMode
static void shutdownDevMode() -
getVertx
-
initialize
public static io.vertx.core.Vertx initialize(VertxConfiguration conf, VertxCoreRecorder.VertxOptionsCustomizer customizer, io.quarkus.runtime.ThreadPoolConfig threadPoolConfig, io.quarkus.runtime.ShutdownContext shutdown, io.quarkus.runtime.LaunchMode launchMode) -
destroy
void destroy() -
bossSupplier
-
mainSupplier
-
calculateEventLoopThreads
-
createThreadFactory
-
resetMapper
public void resetMapper(io.quarkus.runtime.ShutdownContext shutdown) -
executionContextHandler
public org.jboss.threads.ContextHandler<Object> executionContextHandler(boolean customizeArcContext) -
recoverFailedStart
public static Supplier<io.vertx.core.Vertx> recoverFailedStart(VertxConfiguration config, io.quarkus.runtime.ThreadPoolConfig threadPoolConfig) -
configureQuarkusLoggerFactory
public void configureQuarkusLoggerFactory() -
setWebDeploymentId
-