Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- acceptBacklog() - Method in interface io.quarkus.vertx.core.runtime.config.EventBusConfiguration
-
The accept backlog.
- AddressResolverConfiguration - Interface in io.quarkus.vertx.core.runtime.config
- annotation - Variable in class io.quarkus.vertx.runtime.EventConsumerInfo
-
The
ConsumeEventannotation declared on the event consumer method.
B
- BASE64_DECODER - Static variable in class io.quarkus.vertx.runtime.jackson.JsonUtil
- BASE64_ENCODER - Static variable in class io.quarkus.vertx.runtime.jackson.JsonUtil
- blocking() - Element in annotation interface io.quarkus.vertx.ConsumeEvent
- blockingAnnotation - Variable in class io.quarkus.vertx.runtime.EventConsumerInfo
-
Whether the
Blockingannotation was declared on the event consumer method. - blockingThreadPoolSize - Static variable in class io.quarkus.vertx.core.runtime.VertxCoreRecorder
- bossSupplier() - Method in class io.quarkus.vertx.core.runtime.VertxCoreRecorder
- BufferDeserializer - Class in io.quarkus.vertx.runtime.jackson
-
Copied from
io.vertx.core.json.jackson.BufferDeserializeras that class is package private - BufferDeserializer() - Constructor for class io.quarkus.vertx.runtime.jackson.BufferDeserializer
- BufferOutputStream - Class in io.quarkus.vertx.core.runtime
-
Simple
OutputStreamimplementation that appends content written in givenBufferinstance. - BufferOutputStream(Buffer) - Constructor for class io.quarkus.vertx.core.runtime.BufferOutputStream
- BufferSerializer - Class in io.quarkus.vertx.runtime.jackson
-
Copied from
io.vertx.core.json.jackson.BufferSerializeras that class is package private - BufferSerializer() - Constructor for class io.quarkus.vertx.runtime.jackson.BufferSerializer
- ByteArrayDeserializer - Class in io.quarkus.vertx.runtime.jackson
-
Copied from
io.vertx.core.json.jackson.ByteArrayDeserializeras that class is package private - ByteArrayDeserializer() - Constructor for class io.quarkus.vertx.runtime.jackson.ByteArrayDeserializer
- ByteArraySerializer - Class in io.quarkus.vertx.runtime.jackson
-
Copied from
io.vertx.core.json.jackson.ByteArraySerializeras that class is package private - ByteArraySerializer() - Constructor for class io.quarkus.vertx.runtime.jackson.ByteArraySerializer
C
- cacheDirectory() - Method in interface io.quarkus.vertx.core.runtime.config.VertxConfiguration
-
Configure the file cache directory.
- cacheMaxTimeToLive() - Method in interface io.quarkus.vertx.core.runtime.config.AddressResolverConfiguration
-
The maximum amount of time in seconds that a successfully resolved address will be cached.
- cacheMinTimeToLive() - Method in interface io.quarkus.vertx.core.runtime.config.AddressResolverConfiguration
-
The minimum amount of time in seconds that a successfully resolved address will be cached.
- cacheNegativeTimeToLive() - Method in interface io.quarkus.vertx.core.runtime.config.AddressResolverConfiguration
-
The amount of time in seconds that an unsuccessful attempt to resolve an address will be cached.
- caching() - Method in interface io.quarkus.vertx.core.runtime.config.VertxConfiguration
-
Enables or disables the Vert.x cache.
- calculateEventLoopThreads(VertxConfiguration) - Method in class io.quarkus.vertx.core.runtime.VertxCoreRecorder
- certs() - Method in interface io.quarkus.vertx.core.runtime.config.PemKeyCertConfiguration
-
Comma-separated list of the path to the certificate files (Pem format).
- certs() - Method in interface io.quarkus.vertx.core.runtime.config.PemTrustCertConfiguration
-
Comma-separated list of the trust certificate files (Pem format).
- checkAndCopy(Object) - Static method in class io.quarkus.vertx.runtime.jackson.JsonUtil
- classpathResolving() - Method in interface io.quarkus.vertx.core.runtime.config.VertxConfiguration
-
Enables or disabled the Vert.x classpath resource resolver.
- clear() - Method in enum class io.quarkus.vertx.core.runtime.VertxMDC
-
Clear the current MDC map.
- clear(Context) - Method in enum class io.quarkus.vertx.core.runtime.VertxMDC
-
Clear the current MDC map.
- clientAuth() - Method in interface io.quarkus.vertx.core.runtime.config.EventBusConfiguration
-
The client authentication.
- close() - Method in class io.quarkus.vertx.core.runtime.VertxHotReplacementSetup
- close(Promise<Void>) - Method in class io.quarkus.vertx.core.runtime.graal.Target_io_vertx_core_eventbus_impl_clustered_ClusteredEventBusClusteredEventBus
- cluster() - Method in interface io.quarkus.vertx.core.runtime.config.VertxConfiguration
-
The cluster configuration.
- ClusterConfiguration - Interface in io.quarkus.vertx.core.runtime.config
- clustered() - Method in interface io.quarkus.vertx.core.runtime.config.ClusterConfiguration
-
Enables or disables the clustering.
- codec() - Element in annotation interface io.quarkus.vertx.ConsumeEvent
- codec() - Method in class io.quarkus.vertx.runtime.jackson.QuarkusJacksonFactory
- config - Variable in class io.quarkus.vertx.core.runtime.VertxCoreRecorder.VertxSupplier
- configureJksKeyCertOptions(TCPSSLOptions, JksConfiguration) - Static method in class io.quarkus.vertx.core.runtime.SSLConfigHelper
- configureJksTrustOptions(TCPSSLOptions, JksConfiguration) - Static method in class io.quarkus.vertx.core.runtime.SSLConfigHelper
- configurePemKeyCertOptions(TCPSSLOptions, PemKeyCertConfiguration) - Static method in class io.quarkus.vertx.core.runtime.SSLConfigHelper
- configurePemTrustOptions(TCPSSLOptions, PemTrustCertConfiguration) - Static method in class io.quarkus.vertx.core.runtime.SSLConfigHelper
- configurePfxKeyCertOptions(TCPSSLOptions, PfxConfiguration) - Static method in class io.quarkus.vertx.core.runtime.SSLConfigHelper
- configurePfxTrustOptions(TCPSSLOptions, PfxConfiguration) - Static method in class io.quarkus.vertx.core.runtime.SSLConfigHelper
- configureVertx(VertxConfiguration, ThreadPoolConfig, LaunchMode, ShutdownContext, List<Consumer<VertxOptions>>, ExecutorService) - Method in class io.quarkus.vertx.core.runtime.VertxCoreRecorder
- configureVertx(Supplier<Vertx>, List<EventConsumerInfo>, LaunchMode, ShutdownContext, Map<Class<?>, Class<?>>, List<Class<?>>) - Method in class io.quarkus.vertx.runtime.VertxEventBusConsumerRecorder
- connections() - Method in class io.quarkus.vertx.core.runtime.graal.Target_io_vertx_core_eventbus_impl_clustered_ClusteredEventBusClusteredEventBus
- connectTimeout() - Method in interface io.quarkus.vertx.core.runtime.config.EventBusConfiguration
-
The connect timeout.
- ConsumeEvent - Annotation Interface in io.quarkus.vertx
-
Marks a business method to be automatically registered as a Vertx message consumer.
- copy() - Method in enum class io.quarkus.vertx.core.runtime.VertxMDC
-
Get a copy of the MDC map.
- copy(Context) - Method in enum class io.quarkus.vertx.core.runtime.VertxMDC
-
Get a copy of the MDC map.
- copyObject() - Method in enum class io.quarkus.vertx.core.runtime.VertxMDC
-
Get a copy of the MDC map.
- copyObject(Context) - Method in enum class io.quarkus.vertx.core.runtime.VertxMDC
-
Get a copy of the MDC map.
- create(Class<? extends Annotation>) - Method in class io.quarkus.vertx.runtime.VertxCurrentContextFactory
- createDefault() - Static method in class io.quarkus.vertx.core.runtime.graal.Target_sun_nio_ch_ThreadPool
- createDelegate(String) - Method in class io.quarkus.vertx.core.runtime.VertxLogDelegateFactory
- createExecutor(ThreadFactory, Integer, Integer) - Method in class io.quarkus.vertx.core.runtime.QuarkusExecutorFactory
- createHandlerHolder(HandlerRegistration<T>, boolean, boolean, ContextInternal) - Method in class io.quarkus.vertx.core.runtime.graal.Target_io_vertx_core_eventbus_impl_clustered_ClusteredEventBusClusteredEventBus
- createMessage(boolean, boolean, String, MultiMap, Object, String) - Method in class io.quarkus.vertx.core.runtime.graal.Target_io_vertx_core_eventbus_impl_clustered_ClusteredEventBusClusteredEventBus
- createParser(Buffer) - Static method in class io.quarkus.vertx.runtime.jackson.QuarkusJacksonJsonCodec
- createParser(String) - Static method in class io.quarkus.vertx.runtime.jackson.QuarkusJacksonJsonCodec
- createThreadFactory(LaunchMode) - Method in class io.quarkus.vertx.core.runtime.VertxCoreRecorder
- currentContextFactory() - Method in class io.quarkus.vertx.runtime.VertxEventBusConsumerRecorder
- customize(VertxOptions) - Method in class io.quarkus.vertx.core.runtime.VertxCoreRecorder.VertxOptionsCustomizer
- customizer - Variable in class io.quarkus.vertx.core.runtime.VertxCoreRecorder.VertxSupplier
- customizers - Variable in class io.quarkus.vertx.core.runtime.VertxCoreRecorder.VertxOptionsCustomizer
D
- debug(Object) - Method in class io.quarkus.vertx.core.runtime.VertxLogDelegate
- debug(Object, Object...) - Method in class io.quarkus.vertx.core.runtime.VertxLogDelegate
- debug(Object, Throwable) - Method in class io.quarkus.vertx.core.runtime.VertxLogDelegate
- debug(Object, Throwable, Object...) - Method in class io.quarkus.vertx.core.runtime.VertxLogDelegate
- decodeFromWire(int, Buffer) - Method in class io.quarkus.vertx.LocalEventBusCodec
- defaultIocp - Static variable in class io.quarkus.vertx.core.runtime.graal.Target_sun_nio_ch_WindowsAsynchronousFileChannelImpl_DefaultIocpHolder
- DefaultIocpAccessor - Class in io.quarkus.vertx.core.runtime.graal
- DefaultIocpAccessor() - Constructor for class io.quarkus.vertx.core.runtime.graal.DefaultIocpAccessor
- delegate() - Method in class io.quarkus.vertx.core.runtime.DevModeExecutorService
- deserialize(JsonParser, DeserializationContext) - Method in class io.quarkus.vertx.runtime.jackson.BufferDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class io.quarkus.vertx.runtime.jackson.ByteArrayDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class io.quarkus.vertx.runtime.jackson.InstantDeserializer
- destroy() - Method in class io.quarkus.vertx.core.runtime.VertxCoreRecorder
- destroy() - Method in class io.quarkus.vertx.runtime.VertxEventBusConsumerRecorder
- detector() - Method in class io.quarkus.vertx.core.runtime.VertxCoreRecorder
- devModeExecutor - Static variable in class io.quarkus.vertx.core.runtime.QuarkusExecutorFactory
- DevModeExecutorService - Class in io.quarkus.vertx.core.runtime
-
This executor is only used in the dev mode as the Vertx worker thread pool.
- DevModeExecutorService(Supplier<ExecutorService>) - Constructor for class io.quarkus.vertx.core.runtime.DevModeExecutorService
E
- enabled() - Method in interface io.quarkus.vertx.core.runtime.config.JksConfiguration
-
JKS config is disabled by default.
- enabled() - Method in interface io.quarkus.vertx.core.runtime.config.PemKeyCertConfiguration
-
PEM Key/cert config is disabled by default.
- enabled() - Method in interface io.quarkus.vertx.core.runtime.config.PemTrustCertConfiguration
-
PEM Trust config is disabled by default.
- enabled() - Method in interface io.quarkus.vertx.core.runtime.config.PfxConfiguration
-
PFX config is disabled by default.
- encodeToWire(Buffer, T) - Method in class io.quarkus.vertx.LocalEventBusCodec
- error(Object) - Method in class io.quarkus.vertx.core.runtime.VertxLogDelegate
- error(Object, Object...) - Method in class io.quarkus.vertx.core.runtime.VertxLogDelegate
- error(Object, Throwable) - Method in class io.quarkus.vertx.core.runtime.VertxLogDelegate
- error(Object, Throwable, Object...) - Method in class io.quarkus.vertx.core.runtime.VertxLogDelegate
- eventbus() - Method in interface io.quarkus.vertx.core.runtime.config.VertxConfiguration
-
The event bus configuration.
- eventbus(Vertx) - Method in class io.quarkus.vertx.runtime.VertxProducer
- EventBusConfiguration - Interface in io.quarkus.vertx.core.runtime.config
- EventConsumerInfo - Class in io.quarkus.vertx.runtime
- EventConsumerInfo(ConsumeEvent, boolean, boolean, boolean, RuntimeValue<Invoker<Object, Object>>) - Constructor for class io.quarkus.vertx.runtime.EventConsumerInfo
- EventConsumerInvoker - Class in io.quarkus.vertx.runtime
-
Invokes a business method annotated with
ConsumeEvent. - EventConsumerInvoker(Invoker<Object, Object>, boolean) - Constructor for class io.quarkus.vertx.runtime.EventConsumerInvoker
- eventLoopsPoolSize() - Method in interface io.quarkus.vertx.core.runtime.config.VertxConfiguration
-
The number of event loops.
- executeBlocking(Callable<T>) - Static method in class io.quarkus.vertx.VertxContextSupport
-
Executes the supplied blocking
Callableon a Vertx duplicated context; does not block the current thread. - executionContextHandler(boolean) - Method in class io.quarkus.vertx.core.runtime.VertxCoreRecorder
- EXPLICIT_FAILURE_CODE - Static variable in annotation interface io.quarkus.vertx.ConsumeEvent
-
Failure code used when a message consumer explicitly fails an asynchronous processing.
F
- factory(Vertx, AddressResolverOptions) - Static method in class io.quarkus.vertx.core.runtime.graal.TargetResolverProvider
- FAILURE_CODE - Static variable in annotation interface io.quarkus.vertx.ConsumeEvent
-
Failure code used when a message consumer method throws an exception.
- fatal(Object) - Method in class io.quarkus.vertx.core.runtime.VertxLogDelegate
- fatal(Object, Throwable) - Method in class io.quarkus.vertx.core.runtime.VertxLogDelegate
- force() - Element in annotation interface io.quarkus.vertx.SafeVertxContext
- forceStart(Supplier<Vertx>) - Method in class io.quarkus.vertx.runtime.VertxEventBusConsumerRecorder
- fromBuffer(Buffer, Class<T>) - Method in class io.quarkus.vertx.runtime.jackson.QuarkusJacksonJsonCodec
- fromParser(JsonParser, Class<T>) - Static method in class io.quarkus.vertx.runtime.jackson.QuarkusJacksonJsonCodec
- fromString(String, Class<T>) - Method in class io.quarkus.vertx.runtime.jackson.QuarkusJacksonJsonCodec
- fromValue(Object, Class<T>) - Method in class io.quarkus.vertx.runtime.jackson.QuarkusJacksonJsonCodec
- FULLY_DISABLE_PROPERTY - Static variable in class io.quarkus.vertx.core.runtime.context.VertxContextSafetyToggle
-
This gets exposed for people who prefer fully disabling all safeguards, for example because they have tested it all carefully under load already and are preferring maximum efficiency over the safeguards introduced by this class.
G
- generateReplyAddress() - Method in class io.quarkus.vertx.core.runtime.graal.Target_io_vertx_core_eventbus_impl_clustered_ClusteredEventBusClusteredEventBus
- get() - Static method in class io.quarkus.vertx.core.runtime.graal.DefaultIocpAccessor
- get() - Static method in class io.quarkus.vertx.core.runtime.graal.Target_io_vertx_core_spi_tls_DefaultJDKCipherSuite
- get() - Method in class io.quarkus.vertx.core.runtime.VertxCoreRecorder.VertxSupplier
- get(String) - Method in enum class io.quarkus.vertx.core.runtime.VertxMDC
-
Get the value for a key, or
nullif there is no mapping. - get(String, Context) - Method in enum class io.quarkus.vertx.core.runtime.VertxMDC
-
Get the value for a key the in specified Context, or
nullif there is no mapping. - getLocal(ContextInternal, Object) - Static method in class io.quarkus.vertx.core.runtime.VertxLocalsHelper
- getObject(String) - Method in enum class io.quarkus.vertx.core.runtime.VertxMDC
-
Get the value for a key, or
nullif there is no mapping. - getObject(String, Context) - Method in enum class io.quarkus.vertx.core.runtime.VertxMDC
-
Get the value for a key the in specified Context, or
nullif there is no mapping. - getVertx() - Static method in class io.quarkus.vertx.core.runtime.VertxCoreRecorder
- getVertx() - Static method in class io.quarkus.vertx.runtime.VertxEventBusConsumerRecorder
- growthResistance() - Method in interface io.quarkus.vertx.core.runtime.config.VertxConfiguration
-
The executor growth resistance.
H
- host() - Method in interface io.quarkus.vertx.core.runtime.config.ClusterConfiguration
-
The host name.
- hostRefreshPeriod() - Method in interface io.quarkus.vertx.core.runtime.config.AddressResolverConfiguration
-
Set the hosts configuration refresh period in millis,
0(default) disables it. - hostsPath() - Method in interface io.quarkus.vertx.core.runtime.config.AddressResolverConfiguration
-
Set the path of an alternate hosts configuration file to use instead of the one provided by the os.
I
- idleTimeout() - Method in interface io.quarkus.vertx.core.runtime.config.EventBusConfiguration
-
The idle timeout in milliseconds.
- info(Object) - Method in class io.quarkus.vertx.core.runtime.VertxLogDelegate
- info(Object, Object...) - Method in class io.quarkus.vertx.core.runtime.VertxLogDelegate
- info(Object, Throwable) - Method in class io.quarkus.vertx.core.runtime.VertxLogDelegate
- info(Object, Throwable, Object...) - Method in class io.quarkus.vertx.core.runtime.VertxLogDelegate
- inheritableThreadLocalMap - Variable in enum class io.quarkus.vertx.core.runtime.VertxMDC
- initialize(VertxConfiguration, VertxCoreRecorder.VertxOptionsCustomizer, ThreadPoolConfig, ShutdownContext, LaunchMode) - Static method in class io.quarkus.vertx.core.runtime.VertxCoreRecorder
- INSTANCE - Enum constant in enum class io.quarkus.vertx.core.runtime.VertxMDC
- InstantDeserializer - Class in io.quarkus.vertx.runtime.jackson
-
Copied from
io.vertx.core.json.jackson.InstantDeserializeras that class is package private - InstantDeserializer() - Constructor for class io.quarkus.vertx.runtime.jackson.InstantDeserializer
- InstantSerializer - Class in io.quarkus.vertx.runtime.jackson
-
Copied from
io.vertx.core.json.jackson.InstantSerializeras that class is package private - InstantSerializer() - Constructor for class io.quarkus.vertx.runtime.jackson.InstantSerializer
- internalBlockingPoolSize() - Method in interface io.quarkus.vertx.core.runtime.config.VertxConfiguration
-
The size of the internal thread pool (used for the file system).
- invoke(Message<Object>) - Method in class io.quarkus.vertx.runtime.EventConsumerInvoker
- invoker - Variable in class io.quarkus.vertx.runtime.EventConsumerInfo
-
The invoker for the event consumer method.
- io.quarkus.vertx - package io.quarkus.vertx
- io.quarkus.vertx.core.runtime - package io.quarkus.vertx.core.runtime
- io.quarkus.vertx.core.runtime.config - package io.quarkus.vertx.core.runtime.config
- io.quarkus.vertx.core.runtime.context - package io.quarkus.vertx.core.runtime.context
- io.quarkus.vertx.core.runtime.graal - package io.quarkus.vertx.core.runtime.graal
- io.quarkus.vertx.runtime - package io.quarkus.vertx.runtime
- io.quarkus.vertx.runtime.jackson - package io.quarkus.vertx.runtime.jackson
- isAlpnAvailable() - Static method in class io.quarkus.vertx.core.runtime.graal.Target_io_vertx_core_net_OpenSSLEngineOptions
- isAvailable() - Static method in class io.quarkus.vertx.core.runtime.graal.Target_io_vertx_core_net_OpenSSLEngineOptions
- isAvailable() - Method in class io.quarkus.vertx.core.runtime.VertxLogDelegateFactory
- isDebugEnabled() - Method in class io.quarkus.vertx.core.runtime.VertxLogDelegate
- isEmpty() - Method in enum class io.quarkus.vertx.core.runtime.VertxMDC
-
Determine whether the current MDC map is empty.
- isExplicitlyMarkedAsSafe(Context) - Static method in class io.quarkus.vertx.core.runtime.context.VertxContextSafetyToggle
- isExplicitlyMarkedAsUnsafe(Context) - Static method in class io.quarkus.vertx.core.runtime.context.VertxContextSafetyToggle
- isInfoEnabled() - Method in class io.quarkus.vertx.core.runtime.VertxLogDelegate
- isMessageLocal(MessageImpl) - Method in class io.quarkus.vertx.core.runtime.graal.Target_io_vertx_core_eventbus_impl_clustered_ClusteredEventBusClusteredEventBus
- isTraceEnabled() - Method in class io.quarkus.vertx.core.runtime.VertxLogDelegate
- isWarnEnabled() - Method in class io.quarkus.vertx.core.runtime.VertxLogDelegate
J
- JdkSubstitutions - Class in io.quarkus.vertx.core.runtime.graal
- JdkSubstitutions() - Constructor for class io.quarkus.vertx.core.runtime.graal.JdkSubstitutions
- JksConfiguration - Interface in io.quarkus.vertx.core.runtime.config
- JsonArrayDeserializer - Class in io.quarkus.vertx.runtime.jackson
- JsonArrayDeserializer() - Constructor for class io.quarkus.vertx.runtime.jackson.JsonArrayDeserializer
- JsonArraySerializer - Class in io.quarkus.vertx.runtime.jackson
-
Copied from
io.vertx.core.json.jackson.JsonArraySerializeras that class is package private - JsonArraySerializer() - Constructor for class io.quarkus.vertx.runtime.jackson.JsonArraySerializer
- JsonObjectDeserializer - Class in io.quarkus.vertx.runtime.jackson
- JsonObjectDeserializer() - Constructor for class io.quarkus.vertx.runtime.jackson.JsonObjectDeserializer
- JsonObjectSerializer - Class in io.quarkus.vertx.runtime.jackson
-
Copied from
io.vertx.core.json.jackson.JsonObjectSerializeras that class is package private - JsonObjectSerializer() - Constructor for class io.quarkus.vertx.runtime.jackson.JsonObjectSerializer
- JsonUtil - Class in io.quarkus.vertx.runtime.jackson
-
Implementation utilities (details) affecting the way JSON objects are wrapped.
- JsonUtil() - Constructor for class io.quarkus.vertx.runtime.jackson.JsonUtil
K
- keepAliveTime() - Method in interface io.quarkus.vertx.core.runtime.config.VertxConfiguration
-
The amount of time a thread will stay alive with no work.
- keyCertificateJks() - Method in interface io.quarkus.vertx.core.runtime.config.EventBusConfiguration
-
The key configuration for the JKS format.
- keyCertificatePem() - Method in interface io.quarkus.vertx.core.runtime.config.EventBusConfiguration
-
The key configuration for the PEM format.
- keyCertificatePfx() - Method in interface io.quarkus.vertx.core.runtime.config.EventBusConfiguration
-
The key configuration for the PFX format.
- keys() - Method in interface io.quarkus.vertx.core.runtime.config.PemKeyCertConfiguration
-
Comma-separated list of the path to the key files (Pem format).
- keys() - Method in class io.quarkus.vertx.runtime.VertxCurrentContextFactory
L
- launchMode - Variable in class io.quarkus.vertx.core.runtime.VertxCoreRecorder.VertxSupplier
- local() - Element in annotation interface io.quarkus.vertx.ConsumeEvent
- LocalEventBusCodec<T> - Class in io.quarkus.vertx
-
An implementation of
MessageCodecfor local delivery only. - LocalEventBusCodec() - Constructor for class io.quarkus.vertx.LocalEventBusCodec
- LocalEventBusCodec(String) - Constructor for class io.quarkus.vertx.LocalEventBusCodec
M
- mainSupplier() - Method in class io.quarkus.vertx.core.runtime.VertxCoreRecorder
- markTheContextSafe(ArcInvocationContext) - Method in class io.quarkus.vertx.core.runtime.context.SafeVertxContextInterceptor
- maxEventLoopExecuteTime() - Method in interface io.quarkus.vertx.core.runtime.config.VertxConfiguration
-
The maximum amount of time the event loop can be blocked.
- maxQueries() - Method in interface io.quarkus.vertx.core.runtime.config.AddressResolverConfiguration
-
The maximum number of queries to be sent during a resolution.
- maxWorkerExecuteTime() - Method in interface io.quarkus.vertx.core.runtime.config.VertxConfiguration
-
The maximum amount of time the worker thread can be blocked.
- messageConsumers - Static variable in class io.quarkus.vertx.runtime.VertxEventBusConsumerRecorder
- mutiny(Vertx) - Method in class io.quarkus.vertx.runtime.VertxProducer
- mutinyEventBus(Vertx) - Method in class io.quarkus.vertx.runtime.VertxProducer
N
- name() - Method in class io.quarkus.vertx.LocalEventBusCodec
- nativeTransport() - Static method in class io.quarkus.vertx.core.runtime.graal.Target_io_vertx_core_impl_VertxBuilder
- ndots() - Method in interface io.quarkus.vertx.core.runtime.config.AddressResolverConfiguration
-
Set the ndots value used when resolving using search domains, the default value is
-1which determines the value from the OS on Linux or uses the value1.
O
- onLocalRegistration(HandlerHolder<T>, Promise<Void>) - Method in class io.quarkus.vertx.core.runtime.graal.Target_io_vertx_core_eventbus_impl_clustered_ClusteredEventBusClusteredEventBus
- onLocalUnregistration(HandlerHolder<T>, Promise<Void>) - Method in class io.quarkus.vertx.core.runtime.graal.Target_io_vertx_core_eventbus_impl_clustered_ClusteredEventBusClusteredEventBus
- options() - Method in class io.quarkus.vertx.core.runtime.graal.Target_io_vertx_core_eventbus_impl_clustered_ClusteredEventBusClusteredEventBus
- optResourceEnabled() - Method in interface io.quarkus.vertx.core.runtime.config.AddressResolverConfiguration
-
Set to true to enable the automatic inclusion in DNS queries of an optional record that hints the remote DNS server about how much data the resolver can read per response.
- ordered() - Element in annotation interface io.quarkus.vertx.ConsumeEvent
P
- password() - Method in interface io.quarkus.vertx.core.runtime.config.JksConfiguration
-
Password of the key file.
- password() - Method in interface io.quarkus.vertx.core.runtime.config.PfxConfiguration
-
Password of the key.
- path() - Method in interface io.quarkus.vertx.core.runtime.config.JksConfiguration
-
Path of the key file (JKS format).
- path() - Method in interface io.quarkus.vertx.core.runtime.config.PfxConfiguration
-
Path to the key file (PFX format).
- PemKeyCertConfiguration - Interface in io.quarkus.vertx.core.runtime.config
- PemTrustCertConfiguration - Interface in io.quarkus.vertx.core.runtime.config
- PfxConfiguration - Interface in io.quarkus.vertx.core.runtime.config
- pingInterval() - Method in interface io.quarkus.vertx.core.runtime.config.ClusterConfiguration
-
The ping interval.
- pingReplyInterval() - Method in interface io.quarkus.vertx.core.runtime.config.ClusterConfiguration
-
The ping reply interval.
- port() - Method in interface io.quarkus.vertx.core.runtime.config.ClusterConfiguration
-
The port.
- preferNativeTransport() - Method in interface io.quarkus.vertx.core.runtime.config.VertxConfiguration
-
Enable or disable native transport
- prefill() - Method in interface io.quarkus.vertx.core.runtime.config.VertxConfiguration
-
Prefill thread pool when creating a new Executor.
- publicHost() - Method in interface io.quarkus.vertx.core.runtime.config.ClusterConfiguration
-
The public host name.
- publicPort() - Method in interface io.quarkus.vertx.core.runtime.config.ClusterConfiguration
-
The public port.
- put(String, String) - Method in enum class io.quarkus.vertx.core.runtime.VertxMDC
-
Set the value of a key, returning the old value (if any) or
nullif there was none. - put(String, String, Context) - Method in enum class io.quarkus.vertx.core.runtime.VertxMDC
-
Set the value of a key, returning the old value (if any) or
nullif there was none. - putLocal(ContextInternal, Object, Object) - Static method in class io.quarkus.vertx.core.runtime.VertxLocalsHelper
- putObject(String, Object) - Method in enum class io.quarkus.vertx.core.runtime.VertxMDC
-
Set the value of a key, returning the old value (if any) or
nullif there was none. - putObject(String, Object, Context) - Method in enum class io.quarkus.vertx.core.runtime.VertxMDC
-
Set the value of a key, returning the old value (if any) or
nullif there was none.
Q
- QuarkusExecutorFactory - Class in io.quarkus.vertx.core.runtime
- QuarkusExecutorFactory(VertxConfiguration, LaunchMode) - Constructor for class io.quarkus.vertx.core.runtime.QuarkusExecutorFactory
- QuarkusJacksonFactory - Class in io.quarkus.vertx.runtime.jackson
-
Tie into Vert.x's
JsonFactorySPI in order to ensure that the user customizedObjectMapperis used - QuarkusJacksonFactory() - Constructor for class io.quarkus.vertx.runtime.jackson.QuarkusJacksonFactory
- QuarkusJacksonJsonCodec - Class in io.quarkus.vertx.runtime.jackson
-
The functionality of this class is copied almost verbatim from
io.vertx.core.json.jackson.DatabindCodec. - QuarkusJacksonJsonCodec() - Constructor for class io.quarkus.vertx.runtime.jackson.QuarkusJacksonJsonCodec
- queryTimeout() - Method in interface io.quarkus.vertx.core.runtime.config.AddressResolverConfiguration
-
The duration after which a DNS query is considered to be failed.
- queueSize() - Method in interface io.quarkus.vertx.core.runtime.config.VertxConfiguration
-
The queue size.
R
- rdFlag() - Method in interface io.quarkus.vertx.core.runtime.config.AddressResolverConfiguration
-
Set the DNS queries Recursion Desired flag value.
- receiveBufferSize() - Method in interface io.quarkus.vertx.core.runtime.config.EventBusConfiguration
-
The receive buffer size.
- reconnectAttempts() - Method in interface io.quarkus.vertx.core.runtime.config.EventBusConfiguration
-
The number of reconnection attempts.
- reconnectInterval() - Method in interface io.quarkus.vertx.core.runtime.config.EventBusConfiguration
-
The reconnection interval in milliseconds.
- recoverFailedStart(VertxConfiguration, ThreadPoolConfig) - Static method in class io.quarkus.vertx.core.runtime.VertxCoreRecorder
- registerMessageConsumers(List<EventConsumerInfo>) - Method in class io.quarkus.vertx.runtime.VertxEventBusConsumerRecorder
- reinit() - Method in class io.quarkus.vertx.core.runtime.DevModeExecutorService
-
Shutdown the underlying executor and then initialize a new one.
- reinitializeDevModeExecutor() - Static method in class io.quarkus.vertx.core.runtime.QuarkusExecutorFactory
-
In dev mode, shut down the underlying executor and then initialize a new one.
- remove(String) - Method in enum class io.quarkus.vertx.core.runtime.VertxMDC
-
Removes a key.
- remove(String, Context) - Method in enum class io.quarkus.vertx.core.runtime.VertxMDC
-
Removes a key.
- removeLocal(ContextInternal, Object) - Static method in class io.quarkus.vertx.core.runtime.VertxLocalsHelper
- removeObject(String) - Method in enum class io.quarkus.vertx.core.runtime.VertxMDC
-
Removes a key.
- removeObject(String, Context) - Method in enum class io.quarkus.vertx.core.runtime.VertxMDC
-
Removes a key.
- resolver() - Method in interface io.quarkus.vertx.core.runtime.config.VertxConfiguration
-
The address resolver configuration.
- reuseAddress() - Method in interface io.quarkus.vertx.core.runtime.config.EventBusConfiguration
-
Whether to reuse the address.
- reusePort() - Method in interface io.quarkus.vertx.core.runtime.config.EventBusConfiguration
-
Whether to reuse the port.
- rotateServers() - Method in interface io.quarkus.vertx.core.runtime.config.AddressResolverConfiguration
-
Set to
trueto enable round-robin selection of the dns server to use. - roundRobinInetAddress() - Method in interface io.quarkus.vertx.core.runtime.config.AddressResolverConfiguration
-
Set to
trueto enable round-robin inet address selection of the ip address to use. - runOnVirtualThreadAnnotation - Variable in class io.quarkus.vertx.runtime.EventConsumerInfo
-
Whether the
RunOnVirtualThreadannotation was declared on the event consumer method.
S
- SafeVertxContext - Annotation Interface in io.quarkus.vertx
-
Indicates that the annotated method should be invoked on a safe duplicated context.
- SafeVertxContextInterceptor - Class in io.quarkus.vertx.core.runtime.context
- SafeVertxContextInterceptor() - Constructor for class io.quarkus.vertx.core.runtime.context.SafeVertxContextInterceptor
- searchDomains() - Method in interface io.quarkus.vertx.core.runtime.config.AddressResolverConfiguration
-
Set the lists of DNS search domains.
- sendBufferSize() - Method in interface io.quarkus.vertx.core.runtime.config.EventBusConfiguration
-
The send buffer size.
- sendOrPub(OutboundDeliveryContext<T>) - Method in class io.quarkus.vertx.core.runtime.graal.Target_io_vertx_core_eventbus_impl_clustered_ClusteredEventBusClusteredEventBus
- serialize(byte[], JsonGenerator, SerializerProvider) - Method in class io.quarkus.vertx.runtime.jackson.ByteArraySerializer
- serialize(Buffer, JsonGenerator, SerializerProvider) - Method in class io.quarkus.vertx.runtime.jackson.BufferSerializer
- serialize(JsonArray, JsonGenerator, SerializerProvider) - Method in class io.quarkus.vertx.runtime.jackson.JsonArraySerializer
- serialize(JsonObject, JsonGenerator, SerializerProvider) - Method in class io.quarkus.vertx.runtime.jackson.JsonObjectSerializer
- serialize(Instant, JsonGenerator, SerializerProvider) - Method in class io.quarkus.vertx.runtime.jackson.InstantSerializer
- servers() - Method in interface io.quarkus.vertx.core.runtime.config.AddressResolverConfiguration
-
Set the list of DNS server addresses, an address is the IP of the dns server, followed by an optional colon and a port, e.g
8.8.8.8or {code 192.168.0.1:40000}. - setContextSafe(Context, boolean) - Static method in class io.quarkus.vertx.core.runtime.context.VertxContextSafetyToggle
- setCurrentContextSafe(boolean) - Static method in class io.quarkus.vertx.core.runtime.context.VertxContextSafetyToggle
- setupHotDeployment(HotReplacementContext) - Method in class io.quarkus.vertx.core.runtime.VertxHotReplacementSetup
- setWebDeploymentId(String) - Static method in class io.quarkus.vertx.core.runtime.VertxCoreRecorder
- sharedExecutor - Static variable in class io.quarkus.vertx.core.runtime.QuarkusExecutorFactory
- shutdown - Variable in class io.quarkus.vertx.core.runtime.VertxCoreRecorder.VertxSupplier
- shutdownDevMode() - Static method in class io.quarkus.vertx.core.runtime.VertxCoreRecorder
- soLinger() - Method in interface io.quarkus.vertx.core.runtime.config.EventBusConfiguration
-
The so linger.
- splitHeadersBodyParams - Variable in class io.quarkus.vertx.runtime.EventConsumerInfo
-
Whether the event consumer method declares 2 parameters, where the first is the event headers and the second is the event body.
- ssl() - Method in interface io.quarkus.vertx.core.runtime.config.EventBusConfiguration
-
Enables or Disabled SSL.
- SSLConfigHelper - Class in io.quarkus.vertx.core.runtime
- start() - Method in class io.quarkus.vertx.core.runtime.graal.Target_sun_nio_ch_Iocp
- start(Promise<Void>) - Method in class io.quarkus.vertx.core.runtime.graal.Target_io_vertx_core_eventbus_impl_clustered_ClusteredEventBusClusteredEventBus
- subscribe(Supplier<Multi<T>>, Consumer<MultiSubscribe<T>>) - Static method in class io.quarkus.vertx.VertxContextSupport
-
Subscribes to the supplied
Multion a Vertx duplicated context; does not block the current thread. - subscribeAndAwait(Supplier<Uni<T>>) - Static method in class io.quarkus.vertx.VertxContextSupport
-
Subscribes to the supplied
Union a Vertx duplicated context; blocks the current thread and waits for the result. - subscribeWith(Supplier<Multi<T>>, Consumer<? super T>) - Static method in class io.quarkus.vertx.VertxContextSupport
-
Subscribes to the supplied
Multion a Vertx duplicated context; does not block the current thread. - systemCodecID() - Method in class io.quarkus.vertx.LocalEventBusCodec
T
- Target_DefaultSslContextFactory - Class in io.quarkus.vertx.core.runtime.graal
- Target_DefaultSslContextFactory() - Constructor for class io.quarkus.vertx.core.runtime.graal.Target_DefaultSslContextFactory
- Target_io_vertx_core_eventbus_impl_clustered_ClusteredEventBusClusteredEventBus - Class in io.quarkus.vertx.core.runtime.graal
- Target_io_vertx_core_eventbus_impl_clustered_ClusteredEventBusClusteredEventBus() - Constructor for class io.quarkus.vertx.core.runtime.graal.Target_io_vertx_core_eventbus_impl_clustered_ClusteredEventBusClusteredEventBus
- Target_io_vertx_core_impl_VertxBuilder - Class in io.quarkus.vertx.core.runtime.graal
- Target_io_vertx_core_impl_VertxBuilder() - Constructor for class io.quarkus.vertx.core.runtime.graal.Target_io_vertx_core_impl_VertxBuilder
- Target_io_vertx_core_net_OpenSSLEngineOptions - Class in io.quarkus.vertx.core.runtime.graal
- Target_io_vertx_core_net_OpenSSLEngineOptions() - Constructor for class io.quarkus.vertx.core.runtime.graal.Target_io_vertx_core_net_OpenSSLEngineOptions
- Target_io_vertx_core_spi_tls_DefaultJDKCipherSuite - Class in io.quarkus.vertx.core.runtime.graal
- Target_io_vertx_core_spi_tls_DefaultJDKCipherSuite() - Constructor for class io.quarkus.vertx.core.runtime.graal.Target_io_vertx_core_spi_tls_DefaultJDKCipherSuite
- Target_jdk_internal_loader_URLClassPath - Class in io.quarkus.vertx.core.runtime.graal
- Target_jdk_internal_loader_URLClassPath() - Constructor for class io.quarkus.vertx.core.runtime.graal.Target_jdk_internal_loader_URLClassPath
- Target_sun_nio_ch_Iocp - Class in io.quarkus.vertx.core.runtime.graal
- Target_sun_nio_ch_Iocp(AsynchronousChannelProvider, Target_sun_nio_ch_ThreadPool) - Constructor for class io.quarkus.vertx.core.runtime.graal.Target_sun_nio_ch_Iocp
- Target_sun_nio_ch_ThreadPool - Class in io.quarkus.vertx.core.runtime.graal
- Target_sun_nio_ch_ThreadPool() - Constructor for class io.quarkus.vertx.core.runtime.graal.Target_sun_nio_ch_ThreadPool
- Target_sun_nio_ch_WindowsAsynchronousFileChannelImpl_DefaultIocpHolder - Class in io.quarkus.vertx.core.runtime.graal
- Target_sun_nio_ch_WindowsAsynchronousFileChannelImpl_DefaultIocpHolder() - Constructor for class io.quarkus.vertx.core.runtime.graal.Target_sun_nio_ch_WindowsAsynchronousFileChannelImpl_DefaultIocpHolder
- Target_URLClassPath$FileLoader - Class in io.quarkus.vertx.core.runtime.graal
- Target_URLClassPath$FileLoader(URL) - Constructor for class io.quarkus.vertx.core.runtime.graal.Target_URLClassPath$FileLoader
- Target_URLClassPath$Loader - Class in io.quarkus.vertx.core.runtime.graal
- Target_URLClassPath$Loader(URL) - Constructor for class io.quarkus.vertx.core.runtime.graal.Target_URLClassPath$Loader
- TargetResolverProvider - Class in io.quarkus.vertx.core.runtime.graal
-
This substitution forces the usage of the blocking DNS resolver
- TargetResolverProvider() - Constructor for class io.quarkus.vertx.core.runtime.graal.TargetResolverProvider
- tcpKeepAlive() - Method in interface io.quarkus.vertx.core.runtime.config.EventBusConfiguration
-
Whether to keep the TCP connection opened (keep-alive).
- tcpNoDelay() - Method in interface io.quarkus.vertx.core.runtime.config.EventBusConfiguration
-
Configure the TCP no delay.
- threadPoolConfig - Variable in class io.quarkus.vertx.core.runtime.VertxCoreRecorder.VertxSupplier
- throwOnRootContextAccess() - Static method in class io.quarkus.vertx.core.runtime.VertxLocalsHelper
- toBuffer(Object, boolean) - Method in class io.quarkus.vertx.runtime.jackson.QuarkusJacksonJsonCodec
- toString(Object, boolean) - Method in class io.quarkus.vertx.runtime.jackson.QuarkusJacksonJsonCodec
- trace(Object) - Method in class io.quarkus.vertx.core.runtime.VertxLogDelegate
- trace(Object, Object...) - Method in class io.quarkus.vertx.core.runtime.VertxLogDelegate
- trace(Object, Throwable) - Method in class io.quarkus.vertx.core.runtime.VertxLogDelegate
- trace(Object, Throwable, Object...) - Method in class io.quarkus.vertx.core.runtime.VertxLogDelegate
- trafficClass() - Method in interface io.quarkus.vertx.core.runtime.config.EventBusConfiguration
-
Configure the traffic class.
- transform(T) - Method in class io.quarkus.vertx.LocalEventBusCodec
- trustAll() - Method in interface io.quarkus.vertx.core.runtime.config.EventBusConfiguration
-
Enables or disables the trust all parameter.
- trustCertificateJks() - Method in interface io.quarkus.vertx.core.runtime.config.EventBusConfiguration
-
The trust key configuration for the JKS format.
- trustCertificatePem() - Method in interface io.quarkus.vertx.core.runtime.config.EventBusConfiguration
-
The trust key configuration for the PEM format.
- trustCertificatePfx() - Method in interface io.quarkus.vertx.core.runtime.config.EventBusConfiguration
-
The trust key configuration for the PFX format.
U
- undeployVerticles(Object, BeanManager) - Method in class io.quarkus.vertx.runtime.VertxProducer
-
Undeploy verticles backed by contextual instances of
ApplicationScopedbeans before the application context is destroyed. - unregisterMessageConsumers() - Method in class io.quarkus.vertx.runtime.VertxEventBusConsumerRecorder
- UNRESTRICTED_BY_DEFAULT_PROPERTY - Static variable in class io.quarkus.vertx.core.runtime.context.VertxContextSafetyToggle
- useAsyncDNS() - Method in interface io.quarkus.vertx.core.runtime.config.VertxConfiguration
-
Enables the async DNS resolver.
V
- v - Variable in class io.quarkus.vertx.core.runtime.VertxCoreRecorder.VertxSupplier
- validateContextIfExists(String, String) - Static method in class io.quarkus.vertx.core.runtime.context.VertxContextSafetyToggle
-
Verifies if the current Vert.x context was flagged as safe to be accessed by components which expect non-concurrent access to the current context, and its state isolated to the current stream.
- value() - Element in annotation interface io.quarkus.vertx.ConsumeEvent
-
The address the consumer will be registered to.
- valueOf(String) - Static method in enum class io.quarkus.vertx.core.runtime.VertxMDC
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class io.quarkus.vertx.core.runtime.VertxMDC
-
Returns an array containing the constants of this enum class, in the order they are declared.
- vertx - Variable in class io.quarkus.vertx.core.runtime.context.SafeVertxContextInterceptor
- vertx - Static variable in class io.quarkus.vertx.core.runtime.VertxCoreRecorder
- vertx - Static variable in class io.quarkus.vertx.runtime.VertxEventBusConsumerRecorder
- vertx() - Method in class io.quarkus.vertx.core.runtime.graal.Target_io_vertx_core_eventbus_impl_clustered_ClusteredEventBusClusteredEventBus
- VERTX_CACHE - Static variable in class io.quarkus.vertx.core.runtime.VertxCoreRecorder
- VertxConfiguration - Interface in io.quarkus.vertx.core.runtime.config
- VertxContextSafetyToggle - Class in io.quarkus.vertx.core.runtime.context
-
This is meant for other extensions to integrate with, to help identify which
Contexts are isolated and guaranteeing access by a unique thread or event chain; for example it's used by Hibernate Reactive to check if the current context is safe for it to store the currently opened session, to protect users from mistakenly interleaving multiple reactive operations which could unintentionally share the same session. - VertxContextSafetyToggle() - Constructor for class io.quarkus.vertx.core.runtime.context.VertxContextSafetyToggle
- VertxContextSupport - Class in io.quarkus.vertx
-
Provides utility methods to work with Vertx duplicated context.
- VertxCoreRecorder - Class in io.quarkus.vertx.core.runtime
- VertxCoreRecorder() - Constructor for class io.quarkus.vertx.core.runtime.VertxCoreRecorder
- VertxCoreRecorder.VertxOptionsCustomizer - Class in io.quarkus.vertx.core.runtime
- VertxCoreRecorder.VertxSupplier - Class in io.quarkus.vertx.core.runtime
- VertxCurrentContextFactory - Class in io.quarkus.vertx.runtime
- VertxCurrentContextFactory() - Constructor for class io.quarkus.vertx.runtime.VertxCurrentContextFactory
- VertxEventBusConsumerRecorder - Class in io.quarkus.vertx.runtime
- VertxEventBusConsumerRecorder() - Constructor for class io.quarkus.vertx.runtime.VertxEventBusConsumerRecorder
- VertxHotReplacementSetup - Class in io.quarkus.vertx.core.runtime
- VertxHotReplacementSetup() - Constructor for class io.quarkus.vertx.core.runtime.VertxHotReplacementSetup
- VertxLocalsHelper - Class in io.quarkus.vertx.core.runtime
- VertxLocalsHelper() - Constructor for class io.quarkus.vertx.core.runtime.VertxLocalsHelper
- VertxLogDelegate - Class in io.quarkus.vertx.core.runtime
- VertxLogDelegate(String) - Constructor for class io.quarkus.vertx.core.runtime.VertxLogDelegate
- VertxLogDelegateFactory - Class in io.quarkus.vertx.core.runtime
- VertxLogDelegateFactory() - Constructor for class io.quarkus.vertx.core.runtime.VertxLogDelegateFactory
- VertxMDC - Enum Class in io.quarkus.vertx.core.runtime
- VertxOptionsCustomizer - Interface in io.quarkus.vertx
-
Allows customizing the
VertxOptionsused to create the managedVertxinstance. - VertxOptionsCustomizer(List<Consumer<VertxOptions>>) - Constructor for class io.quarkus.vertx.core.runtime.VertxCoreRecorder.VertxOptionsCustomizer
- VertxProducer - Class in io.quarkus.vertx.runtime
-
Expose the Vert.x event bus and produces Mutiny instances.
- VertxProducer() - Constructor for class io.quarkus.vertx.runtime.VertxProducer
- VertxSubstitutions - Class in io.quarkus.vertx.core.runtime.graal
- VertxSubstitutions() - Constructor for class io.quarkus.vertx.core.runtime.graal.VertxSubstitutions
- VertxSupplier(LaunchMode, VertxConfiguration, List<Consumer<VertxOptions>>, ThreadPoolConfig, ShutdownContext) - Constructor for class io.quarkus.vertx.core.runtime.VertxCoreRecorder.VertxSupplier
W
- warn(Object) - Method in class io.quarkus.vertx.core.runtime.VertxLogDelegate
- warn(Object, Object...) - Method in class io.quarkus.vertx.core.runtime.VertxLogDelegate
- warn(Object, Throwable) - Method in class io.quarkus.vertx.core.runtime.VertxLogDelegate
- warn(Object, Throwable, Object...) - Method in class io.quarkus.vertx.core.runtime.VertxLogDelegate
- warningExceptionTime() - Method in interface io.quarkus.vertx.core.runtime.config.VertxConfiguration
-
The amount of time before a warning is displayed if the event loop is blocked.
- withDelegate(Converter<Object, JsonArray>, JavaType, JsonDeserializer<?>) - Method in class io.quarkus.vertx.runtime.jackson.JsonArrayDeserializer
- withDelegate(Converter<Object, JsonObject>, JavaType, JsonDeserializer<?>) - Method in class io.quarkus.vertx.runtime.jackson.JsonObjectDeserializer
- workerPoolSize() - Method in interface io.quarkus.vertx.core.runtime.config.VertxConfiguration
-
Deprecated.
- wrapIfNecessary(Throwable) - Static method in class io.quarkus.vertx.runtime.VertxEventBusConsumerRecorder
- wrapJsonValue(Object) - Static method in class io.quarkus.vertx.runtime.jackson.JsonUtil
-
Wraps well known java types to adhere to the Json expected types.
- write(byte[], int, int) - Method in class io.quarkus.vertx.core.runtime.BufferOutputStream
- write(int) - Method in class io.quarkus.vertx.core.runtime.BufferOutputStream
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
quarkus.thread-pool.max-threadsinstead