Index

A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values

A

acceptBacklog() - Method in interface io.quarkus.vertx.core.runtime.config.EventBusConfiguration
The accept backlog.
AddressResolverConfiguration - Interface in io.quarkus.vertx.core.runtime.config
 
appendBuffer(Buffer) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
appendBuffer(Buffer, int, int) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
appendByte(byte) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
appendBytes(byte[]) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
appendBytes(byte[], int, int) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
appendDouble(double) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
appendFloat(float) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
appendInt(int) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
appendIntLE(int) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
appendLong(long) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
appendLongLE(long) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
appendMedium(int) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
appendMediumLE(int) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
appendShort(short) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
appendShortLE(short) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
appendString(String) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
appendString(String, String) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
appendUnsignedByte(short) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
appendUnsignedInt(long) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
appendUnsignedIntLE(long) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
appendUnsignedShort(int) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
appendUnsignedShortLE(int) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 

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
 
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.BufferDeserializer as that class is package private
BufferDeserializer() - Constructor for class io.quarkus.vertx.runtime.jackson.BufferDeserializer
 
BufferOutputStream - Class in io.quarkus.vertx.core.runtime
Simple OutputStream implementation that appends content written in given Buffer instance.
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.BufferSerializer as 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.ByteArrayDeserializer as 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.ByteArraySerializer as that class is package private
ByteArraySerializer() - Constructor for class io.quarkus.vertx.runtime.jackson.ByteArraySerializer
 

C

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>, Map<String, ConsumeEvent>, 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 class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
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
 
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
 

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
 
equals(Object) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
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
 
EventConsumerInvoker - Class in io.quarkus.vertx.runtime
Invokes a business method annotated with ConsumeEvent.
EventConsumerInvoker() - Constructor for class io.quarkus.vertx.runtime.EventConsumerInvoker
 
eventLoopsPoolSize() - Method in interface io.quarkus.vertx.core.runtime.config.VertxConfiguration
The number of event loops.
executionContextHandler() - 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 null if 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 null if there is no mapping.
getBuffer(int, int) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
getByte(int) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
getByteBuf() - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
getBytes() - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
getBytes(byte[]) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
getBytes(byte[], int) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
getBytes(int, int) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
getBytes(int, int, byte[]) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
getBytes(int, int, byte[], int) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
getDouble(int) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
getFloat(int) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
getInt(int) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
getIntLE(int) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
getLocal(ContextInternal, Object) - Static method in class io.quarkus.vertx.core.runtime.VertxLocalsHelper
 
getLong(int) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
getLongLE(int) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
getMedium(int) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
getMediumLE(int) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
getObject(String) - Method in enum class io.quarkus.vertx.core.runtime.VertxMDC
Get the value for a key, or null if 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 null if there is no mapping.
getShort(int) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
getShortLE(int) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
getString(int, int) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
getString(int, int, String) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
getUnsignedByte(int) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
getUnsignedInt(int) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
getUnsignedIntLE(int) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
getUnsignedMedium(int) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
getUnsignedMediumLE(int) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
getUnsignedShort(int) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
getUnsignedShortLE(int) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
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

hashCode() - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
host() - Method in interface io.quarkus.vertx.core.runtime.config.ClusterConfiguration
The host name.

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.InstantDeserializer as 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.InstantSerializer as 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
 
invokeBean(Message<Object>) - Method in class io.quarkus.vertx.runtime.EventConsumerInvoker
 
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
 
isBlocking() - Method in class io.quarkus.vertx.runtime.EventConsumerInvoker
 
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
 
isOrdered() - Method in class io.quarkus.vertx.runtime.EventConsumerInvoker
 
isRunningOnVirtualThread() - Method in class io.quarkus.vertx.runtime.EventConsumerInvoker
 
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
 
JsonArraySerializer - Class in io.quarkus.vertx.runtime.jackson
Copied from io.vertx.core.json.jackson.JsonArraySerializer as that class is package private
JsonArraySerializer() - Constructor for class io.quarkus.vertx.runtime.jackson.JsonArraySerializer
 
JsonObjectSerializer - Class in io.quarkus.vertx.runtime.jackson
Copied from io.vertx.core.json.jackson.JsonObjectSerializer as 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).

L

launchMode - Variable in class io.quarkus.vertx.core.runtime.VertxCoreRecorder.VertxSupplier
 
length() - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
local() - Element in annotation interface io.quarkus.vertx.ConsumeEvent
 
LOCAL_KEY - Static variable in class io.quarkus.vertx.runtime.VertxCurrentContextFactory
 
LocalEventBusCodec<T> - Class in io.quarkus.vertx
An implementation of MessageCodec for 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
 

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
 
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 null if 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 null if 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 null if 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 null if 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 JsonFactory SPI in order to ensure that the user customized ObjectMapper is 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

readFromBuffer(int, Buffer) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
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(Map<String, ConsumeEvent>) - Method in class io.quarkus.vertx.runtime.VertxEventBusConsumerRecorder
 
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.

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
 
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
 
setBuffer(int, Buffer) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
setBuffer(int, Buffer, int, int) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
setByte(int, byte) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
setBytes(int, byte[]) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
setBytes(int, byte[], int, int) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
setBytes(int, ByteBuffer) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
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
 
setDouble(int, double) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
setFloat(int, float) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
setInt(int, int) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
setIntLE(int, int) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
setLong(int, long) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
setLongLE(int, long) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
setMedium(int, int) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
setMediumLE(int, int) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
setShort(int, short) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
setShortLE(int, short) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
setString(int, String) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
setString(int, String, String) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
setUnsignedByte(int, short) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
setUnsignedInt(int, long) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
setUnsignedIntLE(int, long) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
setUnsignedShort(int, int) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
setUnsignedShortLE(int, int) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
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
 
slice() - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
slice(int, int) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
soLinger() - Method in interface io.quarkus.vertx.core.runtime.config.EventBusConfiguration
The so linger.
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 Multi on 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 Uni on 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 Multi on 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
 
toJsonArray() - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
toJsonObject() - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
toString() - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
toString(Object, boolean) - Method in class io.quarkus.vertx.runtime.jackson.QuarkusJacksonJsonCodec
 
toString(String) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
toString(Charset) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
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 ApplicationScoped beans 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
 
VertxBufferImpl - Class in io.quarkus.vertx.core.runtime
 
VertxBufferImpl(ByteBuf) - Constructor for class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
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 VertxOptions used to create the managed Vertx instance.
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.
workerPoolSize() - Method in interface io.quarkus.vertx.core.runtime.config.VertxConfiguration
Deprecated.
use quarkus.thread-pool.max-threads instead
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
 
writeToBuffer(Buffer) - Method in class io.quarkus.vertx.core.runtime.VertxBufferImpl
 
A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values