Uses of Class
io.vertx.mutiny.core.Vertx
Packages that use Vertx
Package
Description
-
Uses of Vertx in io.smallrye.mutiny.vertx.core
Fields in io.smallrye.mutiny.vertx.core declared as VertxMethods in io.smallrye.mutiny.vertx.core with parameters of type VertxModifier and TypeMethodDescriptionContextAwareScheduler.ContextCaptureStrategy.withGetOrCreateContext
(Vertx vertx) Actions will be run on a context that is captured by callinggetOrCreateContext()
when a scheduling method is being called likeScheduledExecutorService.schedule(Runnable, long, TimeUnit)
.ContextAwareScheduler.ContextCaptureStrategy.withGetOrCreateContextOnCurrentThread
(Vertx vertx) Actions will be run on a context that is captured by callinggetOrCreateContext()
on the thread that is calling this method. -
Uses of Vertx in io.vertx.mutiny.amqp
Methods in io.vertx.mutiny.amqp with parameters of type Vertx -
Uses of Vertx in io.vertx.mutiny.camel
Methods in io.vertx.mutiny.camel with parameters of type Vertx -
Uses of Vertx in io.vertx.mutiny.cassandra
Methods in io.vertx.mutiny.cassandra with parameters of type VertxModifier and TypeMethodDescriptionstatic CassandraClient
static CassandraClient
static CassandraClient
CassandraClient.createShared
(Vertx vertx) static CassandraClient
CassandraClient.createShared
(Vertx vertx, io.vertx.cassandra.CassandraClientOptions options) static CassandraClient
CassandraClient.createShared
(Vertx vertx, String clientName) static CassandraClient
CassandraClient.createShared
(Vertx vertx, String clientName, io.vertx.cassandra.CassandraClientOptions options) -
Uses of Vertx in io.vertx.mutiny.circuitbreaker
Methods in io.vertx.mutiny.circuitbreaker with parameters of type VertxModifier and TypeMethodDescriptionstatic CircuitBreaker
static CircuitBreaker
CircuitBreaker.create
(String name, Vertx vertx, io.vertx.circuitbreaker.CircuitBreakerOptions options) static HystrixMetricHandler
static HystrixMetricHandler
static HystrixMetricHandler
-
Uses of Vertx in io.vertx.mutiny.config
Methods in io.vertx.mutiny.config with parameters of type Vertx -
Uses of Vertx in io.vertx.mutiny.core
Fields in io.vertx.mutiny.core with type parameters of type VertxMethods in io.vertx.mutiny.core that return VertxModifier and TypeMethodDescriptionVertxBuilder.build()
VertxBuilder.buildClusteredAndAwait()
Blocking variant ofVertxBuilder.buildClustered()
.static Vertx
Vertx.clusteredVertxAndAwait
(io.vertx.core.VertxOptions options) Blocking variant ofclusteredVertx(VertxOptions)
.Vertx.exceptionHandler
(Consumer<Throwable> handler) static Vertx
Vertx.newInstance
(io.vertx.core.Vertx arg) Context.owner()
static Vertx
Vertx.vertx()
static Vertx
Vertx.vertx
(io.vertx.core.VertxOptions options) Methods in io.vertx.mutiny.core that return types with arguments of type VertxModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<Vertx>
VertxBuilder.buildClustered()
Creates a clustered instance.static io.smallrye.mutiny.Uni<Vertx>
Vertx.clusteredVertx
(io.vertx.core.VertxOptions options) Creates a clustered instance using the specified options. -
Uses of Vertx in io.vertx.mutiny.db2client
Methods in io.vertx.mutiny.db2client with parameters of type VertxModifier and TypeMethodDescriptionstatic SqlClient
DB2Pool.client
(Vertx vertx, io.vertx.db2client.DB2ConnectOptions database, io.vertx.sqlclient.PoolOptions options) Deprecated.static SqlClient
Deprecated.static SqlClient
Deprecated.static SqlClient
DB2Pool.client
(Vertx vertx, List<io.vertx.db2client.DB2ConnectOptions> databases, io.vertx.sqlclient.PoolOptions options) Deprecated.static io.smallrye.mutiny.Uni<DB2Connection>
Create a connection to DB2 server with the givenconnectOptions
.static io.smallrye.mutiny.Uni<DB2Connection>
LikeDB2Connection.connect(io.vertx.mutiny.core.Vertx, io.vertx.db2client.DB2ConnectOptions)
with options build fromconnectionUri
.static DB2Connection
DB2Connection.connectAndAwait
(Vertx vertx, io.vertx.db2client.DB2ConnectOptions connectOptions) Blocking variant ofDB2Connection.connect(io.vertx.mutiny.core.Vertx,DB2ConnectOptions)
.static DB2Connection
DB2Connection.connectAndAwait
(Vertx vertx, String connectionUri) Blocking variant ofDB2Connection.connect(io.vertx.mutiny.core.Vertx,String)
.static void
DB2Connection.connectAndForget
(Vertx vertx, io.vertx.db2client.DB2ConnectOptions connectOptions) Variant ofDB2Connection.connect(io.vertx.mutiny.core.Vertx,DB2ConnectOptions)
that ignores the result of the operation.static void
DB2Connection.connectAndForget
(Vertx vertx, String connectionUri) Variant ofDB2Connection.connect(io.vertx.mutiny.core.Vertx,String)
that ignores the result of the operation.static DB2Pool
DB2Pool.pool
(Vertx vertx, io.vertx.db2client.DB2ConnectOptions database, io.vertx.sqlclient.PoolOptions options) Deprecated.static DB2Pool
Deprecated.static DB2Pool
Deprecated.static DB2Pool
DB2Pool.pool
(Vertx vertx, Supplier<io.smallrye.mutiny.Uni<io.vertx.db2client.DB2ConnectOptions>> databases, io.vertx.sqlclient.PoolOptions poolOptions) Deprecated.static DB2Pool
DB2Pool.pool
(Vertx vertx, List<io.vertx.db2client.DB2ConnectOptions> databases, io.vertx.sqlclient.PoolOptions options) Deprecated. -
Uses of Vertx in io.vertx.mutiny.ext.auth
Methods in io.vertx.mutiny.ext.auth with parameters of type Vertx -
Uses of Vertx in io.vertx.mutiny.ext.auth.htdigest
Methods in io.vertx.mutiny.ext.auth.htdigest with parameters of type Vertx -
Uses of Vertx in io.vertx.mutiny.ext.auth.htpasswd
Methods in io.vertx.mutiny.ext.auth.htpasswd with parameters of type VertxModifier and TypeMethodDescriptionstatic HtpasswdAuth
static HtpasswdAuth
HtpasswdAuth.create
(Vertx vertx, io.vertx.ext.auth.htpasswd.HtpasswdAuthOptions htpasswdAuthOptions) -
Uses of Vertx in io.vertx.mutiny.ext.auth.jdbc
Methods in io.vertx.mutiny.ext.auth.jdbc with parameters of type VertxModifier and TypeMethodDescriptionstatic JDBCAuth
JDBCAuth.create
(Vertx vertx, JDBCClient client) Deprecated.static JDBCHashStrategy
JDBCHashStrategy.createPBKDF2
(Vertx vertx) Deprecated.static JDBCHashStrategy
JDBCHashStrategy.createSHA512
(Vertx vertx) Deprecated. -
Uses of Vertx in io.vertx.mutiny.ext.auth.jwt
Methods in io.vertx.mutiny.ext.auth.jwt with parameters of type Vertx -
Uses of Vertx in io.vertx.mutiny.ext.auth.ldap
Methods in io.vertx.mutiny.ext.auth.ldap with parameters of type Vertx -
Uses of Vertx in io.vertx.mutiny.ext.auth.oauth2
Methods in io.vertx.mutiny.ext.auth.oauth2 with parameters of type Vertx -
Uses of Vertx in io.vertx.mutiny.ext.auth.oauth2.providers
Methods in io.vertx.mutiny.ext.auth.oauth2.providers with parameters of type VertxModifier and TypeMethodDescriptionstatic OAuth2Auth
AmazonCognitoAuth.create
(Vertx vertx, String region, String clientId, String clientSecret, String guid) static OAuth2Auth
AmazonCognitoAuth.create
(Vertx vertx, String region, String clientId, String clientSecret, String userPoolId, io.vertx.core.http.HttpClientOptions httpClientOptions) static OAuth2Auth
static OAuth2Auth
AzureADAuth.create
(Vertx vertx, String clientId, String clientSecret, String guid, io.vertx.core.http.HttpClientOptions httpClientOptions) static OAuth2Auth
static OAuth2Auth
BoxAuth.create
(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions) static OAuth2Auth
static OAuth2Auth
CloudFoundryAuth.create
(Vertx vertx, String clientId, String clientSecret, String uuaURL, io.vertx.core.http.HttpClientOptions httpClientOptions) static OAuth2Auth
static OAuth2Auth
DropboxAuth.create
(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions) static OAuth2Auth
static OAuth2Auth
FacebookAuth.create
(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions) static OAuth2Auth
static OAuth2Auth
FoursquareAuth.create
(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions) static OAuth2Auth
static OAuth2Auth
GiteeAuth.create
(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions) static OAuth2Auth
static OAuth2Auth
GithubAuth.create
(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions) static OAuth2Auth
static OAuth2Auth
static OAuth2Auth
GitLabAuth.create
(Vertx vertx, String site, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions) static OAuth2Auth
static OAuth2Auth
GoogleAuth.create
(Vertx vertx, io.vertx.core.json.JsonObject serviceAccountJson, io.vertx.core.http.HttpClientOptions httpClientOptions) static OAuth2Auth
static OAuth2Auth
GoogleAuth.create
(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions) static OAuth2Auth
static OAuth2Auth
HerokuAuth.create
(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions) static OAuth2Auth
static OAuth2Auth
IBMCloudAuth.create
(Vertx vertx, String region, String clientId, String clientSecret, String guid, io.vertx.core.http.HttpClientOptions httpClientOptions) static OAuth2Auth
static OAuth2Auth
InstagramAuth.create
(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions) static OAuth2Auth
static OAuth2Auth
KeycloakAuth.create
(Vertx vertx, io.vertx.core.json.JsonObject config, io.vertx.core.http.HttpClientOptions httpClientOptions) static OAuth2Auth
KeycloakAuth.create
(Vertx vertx, io.vertx.ext.auth.oauth2.OAuth2FlowType flow, io.vertx.core.json.JsonObject config) static OAuth2Auth
KeycloakAuth.create
(Vertx vertx, io.vertx.ext.auth.oauth2.OAuth2FlowType flow, io.vertx.core.json.JsonObject config, io.vertx.core.http.HttpClientOptions httpClientOptions) static OAuth2Auth
static OAuth2Auth
LinkedInAuth.create
(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions) static OAuth2Auth
static OAuth2Auth
LiveAuth.create
(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions) static OAuth2Auth
static OAuth2Auth
MailchimpAuth.create
(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions) static OAuth2Auth
static OAuth2Auth
SalesforceAuth.create
(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions) static OAuth2Auth
static OAuth2Auth
ShopifyAuth.create
(Vertx vertx, String clientId, String clientSecret, String shop, io.vertx.core.http.HttpClientOptions httpClientOptions) static OAuth2Auth
static OAuth2Auth
SoundcloudAuth.create
(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions) static OAuth2Auth
static OAuth2Auth
StripeAuth.create
(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions) static OAuth2Auth
static OAuth2Auth
TwitterAuth.create
(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions) static io.smallrye.mutiny.Uni<OAuth2Auth>
Create a OAuth2Auth provider for OpenID Connect Discovery.static io.smallrye.mutiny.Uni<OAuth2Auth>
Create a OAuth2Auth provider for OpenID Connect Discovery.static io.smallrye.mutiny.Uni<OAuth2Auth>
Create a OAuth2Auth provider for OpenID Connect Discovery.static io.smallrye.mutiny.Uni<OAuth2Auth>
Create a OAuth2Auth provider for OpenID Connect Discovery.static io.smallrye.mutiny.Uni<OAuth2Auth>
Create a OAuth2Auth provider for OpenID Connect Discovery.static io.smallrye.mutiny.Uni<OAuth2Auth>
Create a OAuth2Auth provider for OpenID Connect Discovery.static io.smallrye.mutiny.Uni<OAuth2Auth>
Create a OAuth2Auth provider for OpenID Connect Discovery.static OAuth2Auth
AmazonCognitoAuth.discoverAndAwait
(Vertx vertx, io.vertx.ext.auth.oauth2.OAuth2Options config) Blocking variant ofAmazonCognitoAuth.discover(io.vertx.mutiny.core.Vertx,OAuth2Options)
.static OAuth2Auth
AzureADAuth.discoverAndAwait
(Vertx vertx, io.vertx.ext.auth.oauth2.OAuth2Options config) Blocking variant ofAzureADAuth.discover(io.vertx.mutiny.core.Vertx,OAuth2Options)
.static OAuth2Auth
GoogleAuth.discoverAndAwait
(Vertx vertx, io.vertx.ext.auth.oauth2.OAuth2Options config) Blocking variant ofGoogleAuth.discover(io.vertx.mutiny.core.Vertx,OAuth2Options)
.static OAuth2Auth
IBMCloudAuth.discoverAndAwait
(Vertx vertx, io.vertx.ext.auth.oauth2.OAuth2Options config) Blocking variant ofIBMCloudAuth.discover(io.vertx.mutiny.core.Vertx,OAuth2Options)
.static OAuth2Auth
KeycloakAuth.discoverAndAwait
(Vertx vertx, io.vertx.ext.auth.oauth2.OAuth2Options config) Blocking variant ofKeycloakAuth.discover(io.vertx.mutiny.core.Vertx,OAuth2Options)
.static OAuth2Auth
OpenIDConnectAuth.discoverAndAwait
(Vertx vertx, io.vertx.ext.auth.oauth2.OAuth2Options config) Blocking variant ofOpenIDConnectAuth.discover(io.vertx.mutiny.core.Vertx,OAuth2Options)
.static OAuth2Auth
SalesforceAuth.discoverAndAwait
(Vertx vertx, io.vertx.ext.auth.oauth2.OAuth2Options config) Blocking variant ofSalesforceAuth.discover(io.vertx.mutiny.core.Vertx,OAuth2Options)
.static void
AmazonCognitoAuth.discoverAndForget
(Vertx vertx, io.vertx.ext.auth.oauth2.OAuth2Options config) Variant ofAmazonCognitoAuth.discover(io.vertx.mutiny.core.Vertx,OAuth2Options)
that ignores the result of the operation.static void
AzureADAuth.discoverAndForget
(Vertx vertx, io.vertx.ext.auth.oauth2.OAuth2Options config) Variant ofAzureADAuth.discover(io.vertx.mutiny.core.Vertx,OAuth2Options)
that ignores the result of the operation.static void
GoogleAuth.discoverAndForget
(Vertx vertx, io.vertx.ext.auth.oauth2.OAuth2Options config) Variant ofGoogleAuth.discover(io.vertx.mutiny.core.Vertx,OAuth2Options)
that ignores the result of the operation.static void
IBMCloudAuth.discoverAndForget
(Vertx vertx, io.vertx.ext.auth.oauth2.OAuth2Options config) Variant ofIBMCloudAuth.discover(io.vertx.mutiny.core.Vertx,OAuth2Options)
that ignores the result of the operation.static void
KeycloakAuth.discoverAndForget
(Vertx vertx, io.vertx.ext.auth.oauth2.OAuth2Options config) Variant ofKeycloakAuth.discover(io.vertx.mutiny.core.Vertx,OAuth2Options)
that ignores the result of the operation.static void
OpenIDConnectAuth.discoverAndForget
(Vertx vertx, io.vertx.ext.auth.oauth2.OAuth2Options config) Variant ofOpenIDConnectAuth.discover(io.vertx.mutiny.core.Vertx,OAuth2Options)
that ignores the result of the operation.static void
SalesforceAuth.discoverAndForget
(Vertx vertx, io.vertx.ext.auth.oauth2.OAuth2Options config) Variant ofSalesforceAuth.discover(io.vertx.mutiny.core.Vertx,OAuth2Options)
that ignores the result of the operation. -
Uses of Vertx in io.vertx.mutiny.ext.auth.prng
Methods in io.vertx.mutiny.ext.auth.prng with parameters of type Vertx -
Uses of Vertx in io.vertx.mutiny.ext.auth.properties
Methods in io.vertx.mutiny.ext.auth.properties with parameters of type VertxModifier and TypeMethodDescriptionstatic PropertyFileAuthentication
static PropertyFileAuthorization
-
Uses of Vertx in io.vertx.mutiny.ext.auth.shiro
Methods in io.vertx.mutiny.ext.auth.shiro with parameters of type Vertx -
Uses of Vertx in io.vertx.mutiny.ext.auth.webauthn
Methods in io.vertx.mutiny.ext.auth.webauthn with parameters of type Vertx -
Uses of Vertx in io.vertx.mutiny.ext.consul
Methods in io.vertx.mutiny.ext.consul with parameters of type VertxModifier and TypeMethodDescriptionstatic ConsulClient
static ConsulClient
static Watch<io.vertx.ext.consul.EventList>
static Watch<io.vertx.ext.consul.EventList>
static Watch<io.vertx.ext.consul.KeyValue>
static Watch<io.vertx.ext.consul.KeyValue>
static Watch<io.vertx.ext.consul.KeyValueList>
static Watch<io.vertx.ext.consul.KeyValueList>
static Watch<io.vertx.ext.consul.CheckList>
Watch.nodeHealthChecks
(String node, io.vertx.ext.consul.CheckQueryOptions opt, Vertx vertx, io.vertx.ext.consul.ConsulClientOptions options) static Watch<io.vertx.ext.consul.NodeList>
static Watch<io.vertx.ext.consul.NodeList>
static Watch<io.vertx.ext.consul.ServiceEntryList>
static Watch<io.vertx.ext.consul.ServiceEntryList>
static Watch<io.vertx.ext.consul.CheckList>
Watch.serviceHealthChecks
(String service, io.vertx.ext.consul.CheckQueryOptions checkQueryOptions, Vertx vertx, io.vertx.ext.consul.ConsulClientOptions options) static Watch<io.vertx.ext.consul.ServiceList>
static Watch<io.vertx.ext.consul.ServiceList>
-
Uses of Vertx in io.vertx.mutiny.ext.eventbus.bridge.tcp
Methods in io.vertx.mutiny.ext.eventbus.bridge.tcp with parameters of type VertxModifier and TypeMethodDescriptionstatic TcpEventBusBridge
static TcpEventBusBridge
static TcpEventBusBridge
TcpEventBusBridge.create
(Vertx vertx, io.vertx.ext.bridge.BridgeOptions options, io.vertx.core.net.NetServerOptions netServerOptions) static TcpEventBusBridge
TcpEventBusBridge.create
(Vertx vertx, io.vertx.ext.bridge.BridgeOptions options, io.vertx.core.net.NetServerOptions netServerOptions, Consumer<BridgeEvent> eventHandler) -
Uses of Vertx in io.vertx.mutiny.ext.healthchecks
Methods in io.vertx.mutiny.ext.healthchecks with parameters of type VertxModifier and TypeMethodDescriptionstatic HealthCheckHandler
static HealthCheckHandler
HealthCheckHandler.create
(Vertx vertx, AuthenticationProvider provider) static HealthChecks
-
Uses of Vertx in io.vertx.mutiny.ext.jdbc
Methods in io.vertx.mutiny.ext.jdbc with parameters of type VertxModifier and TypeMethodDescriptionstatic JDBCClient
static JDBCClient
JDBCClient.createShared
(Vertx vertx, io.vertx.core.json.JsonObject config) static JDBCClient
JDBCClient.createShared
(Vertx vertx, io.vertx.core.json.JsonObject config, String dataSourceName) -
Uses of Vertx in io.vertx.mutiny.ext.mail
Methods in io.vertx.mutiny.ext.mail with parameters of type VertxModifier and TypeMethodDescriptionstatic MailClient
static MailClient
MailClient.createShared
(Vertx vertx, io.vertx.ext.mail.MailConfig config) static MailClient
MailClient.createShared
(Vertx vertx, io.vertx.ext.mail.MailConfig config, String poolName) -
Uses of Vertx in io.vertx.mutiny.ext.mongo
Methods in io.vertx.mutiny.ext.mongo with parameters of type VertxModifier and TypeMethodDescriptionstatic MongoClient
static MongoClient
MongoClient.createShared
(Vertx vertx, io.vertx.core.json.JsonObject config) static MongoClient
MongoClient.createShared
(Vertx vertx, io.vertx.core.json.JsonObject config, String dataSourceName) -
Uses of Vertx in io.vertx.mutiny.ext.shell
Methods in io.vertx.mutiny.ext.shell with parameters of type VertxModifier and TypeMethodDescriptionstatic ShellServer
static ShellServer
static ShellService
static ShellService
-
Uses of Vertx in io.vertx.mutiny.ext.shell.cli
Methods in io.vertx.mutiny.ext.shell.cli that return Vertx -
Uses of Vertx in io.vertx.mutiny.ext.shell.command
Methods in io.vertx.mutiny.ext.shell.command that return VertxMethods in io.vertx.mutiny.ext.shell.command with parameters of type VertxModifier and TypeMethodDescriptionstatic CommandResolver
CommandResolver.baseCommands
(Vertx vertx) static CommandRegistry
static CommandRegistry
-
Uses of Vertx in io.vertx.mutiny.ext.shell.term
Methods in io.vertx.mutiny.ext.shell.term with parameters of type VertxModifier and TypeMethodDescriptionstatic SockJSTermHandler
static TermServer
TermServer.createHttpTermServer
(Vertx vertx) static TermServer
TermServer.createHttpTermServer
(Vertx vertx, io.vertx.ext.shell.term.HttpTermOptions options) static TermServer
TermServer.createHttpTermServer
(Vertx vertx, Router router) static TermServer
TermServer.createHttpTermServer
(Vertx vertx, Router router, io.vertx.ext.shell.term.HttpTermOptions options) static TermServer
TermServer.createSSHTermServer
(Vertx vertx) static TermServer
TermServer.createSSHTermServer
(Vertx vertx, io.vertx.ext.shell.term.SSHTermOptions options) static TermServer
TermServer.createTelnetTermServer
(Vertx vertx) static TermServer
TermServer.createTelnetTermServer
(Vertx vertx, io.vertx.ext.shell.term.TelnetTermOptions options) -
Uses of Vertx in io.vertx.mutiny.ext.stomp
Methods in io.vertx.mutiny.ext.stomp that return VertxMethods in io.vertx.mutiny.ext.stomp with parameters of type VertxModifier and TypeMethodDescriptionstatic Destination
static StompClient
static StompClient
static StompServer
static StompServer
static StompServer
static StompServer
static StompServerHandler
static Destination
static Destination
-
Uses of Vertx in io.vertx.mutiny.ext.web
Methods in io.vertx.mutiny.ext.web that return VertxMethods in io.vertx.mutiny.ext.web with parameters of type Vertx -
Uses of Vertx in io.vertx.mutiny.ext.web.api.contract.openapi3
Methods in io.vertx.mutiny.ext.web.api.contract.openapi3 with parameters of type VertxModifier and TypeMethodDescriptionstatic io.smallrye.mutiny.Uni<OpenAPI3RouterFactory>
Deprecated.static io.smallrye.mutiny.Uni<OpenAPI3RouterFactory>
Deprecated.static OpenAPI3RouterFactory
OpenAPI3RouterFactory.createAndAwait
(Vertx vertx, String url) Deprecated.static OpenAPI3RouterFactory
OpenAPI3RouterFactory.createAndAwait
(Vertx vertx, String url, List<io.vertx.core.json.JsonObject> auth) Deprecated.static void
OpenAPI3RouterFactory.createAndForget
(Vertx vertx, String url) Deprecated.static void
OpenAPI3RouterFactory.createAndForget
(Vertx vertx, String url, List<io.vertx.core.json.JsonObject> auth) Deprecated. -
Uses of Vertx in io.vertx.mutiny.ext.web.client
Methods in io.vertx.mutiny.ext.web.client with parameters of type Vertx -
Uses of Vertx in io.vertx.mutiny.ext.web.handler
Methods in io.vertx.mutiny.ext.web.handler with parameters of type VertxModifier and TypeMethodDescriptionstatic CSRFHandler
static DigestAuthHandler
DigestAuthHandler.create
(Vertx vertx, HtdigestAuth authProvider) static DigestAuthHandler
DigestAuthHandler.create
(Vertx vertx, HtdigestAuth authProvider, long nonceExpireTimeout) static ErrorHandler
static ErrorHandler
static ErrorHandler
static ErrorHandler
static FaviconHandler
static FaviconHandler
static FaviconHandler
static FaviconHandler
static OAuth2AuthHandler
OAuth2AuthHandler.create
(Vertx vertx, OAuth2Auth authProvider) static OAuth2AuthHandler
OAuth2AuthHandler.create
(Vertx vertx, OAuth2Auth authProvider, String callbackURL) -
Uses of Vertx in io.vertx.mutiny.ext.web.handler.graphql
Methods in io.vertx.mutiny.ext.web.handler.graphql with parameters of type VertxModifier and TypeMethodDescriptionstatic GraphiQLHandlerBuilder
static GraphiQLHandler
static GraphiQLHandler
GraphiQLHandler.create
(Vertx vertx, io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions options) -
Uses of Vertx in io.vertx.mutiny.ext.web.handler.sockjs
Methods in io.vertx.mutiny.ext.web.handler.sockjs with parameters of type Vertx -
Uses of Vertx in io.vertx.mutiny.ext.web.openapi
Methods in io.vertx.mutiny.ext.web.openapi with parameters of type VertxModifier and TypeMethodDescriptionstatic io.smallrye.mutiny.Uni<RouterBuilder>
Likestatic io.smallrye.mutiny.Uni<RouterBuilder>
RouterBuilder.create
(Vertx vertx, String url, io.vertx.ext.web.openapi.OpenAPILoaderOptions options) Likestatic RouterBuilder
RouterBuilder.createAndAwait
(Vertx vertx, String url) Blocking variant ofRouterBuilder.create(io.vertx.mutiny.core.Vertx,String)
.static RouterBuilder
RouterBuilder.createAndAwait
(Vertx vertx, String url, io.vertx.ext.web.openapi.OpenAPILoaderOptions options) Blocking variant ofRouterBuilder.create(io.vertx.mutiny.core.Vertx,String,OpenAPILoaderOptions)
.static void
RouterBuilder.createAndForget
(Vertx vertx, String url) Variant ofRouterBuilder.create(io.vertx.mutiny.core.Vertx,String)
that ignores the result of the operation.static void
RouterBuilder.createAndForget
(Vertx vertx, String url, io.vertx.ext.web.openapi.OpenAPILoaderOptions options) Variant ofRouterBuilder.create(io.vertx.mutiny.core.Vertx,String,OpenAPILoaderOptions)
that ignores the result of the operation. -
Uses of Vertx in io.vertx.mutiny.ext.web.sstore
Methods in io.vertx.mutiny.ext.web.sstore with parameters of type VertxModifier and TypeMethodDescriptionstatic ClusteredSessionStore
static ClusteredSessionStore
static ClusteredSessionStore
static ClusteredSessionStore
static LocalSessionStore
static LocalSessionStore
static LocalSessionStore
static SessionStore
static SessionStore
-
Uses of Vertx in io.vertx.mutiny.ext.web.sstore.cookie
Methods in io.vertx.mutiny.ext.web.sstore.cookie with parameters of type Vertx -
Uses of Vertx in io.vertx.mutiny.ext.web.sstore.infinispan
Methods in io.vertx.mutiny.ext.web.sstore.infinispan with parameters of type VertxModifier and TypeMethodDescriptionstatic InfinispanSessionStore
static InfinispanSessionStore
InfinispanSessionStore.create
(Vertx vertx, io.vertx.core.json.JsonObject options, org.infinispan.client.hotrod.RemoteCacheManager remoteCacheManager) -
Uses of Vertx in io.vertx.mutiny.ext.web.sstore.redis
Methods in io.vertx.mutiny.ext.web.sstore.redis with parameters of type Vertx -
Uses of Vertx in io.vertx.mutiny.ext.web.templ.freemarker
Methods in io.vertx.mutiny.ext.web.templ.freemarker with parameters of type VertxModifier and TypeMethodDescriptionstatic FreeMarkerTemplateEngine
static FreeMarkerTemplateEngine
-
Uses of Vertx in io.vertx.mutiny.ext.web.templ.handlebars
Methods in io.vertx.mutiny.ext.web.templ.handlebars with parameters of type VertxModifier and TypeMethodDescriptionstatic HandlebarsTemplateEngine
static HandlebarsTemplateEngine
-
Uses of Vertx in io.vertx.mutiny.ext.web.templ.httl
Methods in io.vertx.mutiny.ext.web.templ.httl with parameters of type Vertx -
Uses of Vertx in io.vertx.mutiny.ext.web.templ.jade
Methods in io.vertx.mutiny.ext.web.templ.jade with parameters of type VertxModifier and TypeMethodDescriptionstatic JadeTemplateEngine
Deprecated.static JadeTemplateEngine
Deprecated. -
Uses of Vertx in io.vertx.mutiny.ext.web.templ.mvel
Methods in io.vertx.mutiny.ext.web.templ.mvel with parameters of type Vertx -
Uses of Vertx in io.vertx.mutiny.ext.web.templ.pebble
Methods in io.vertx.mutiny.ext.web.templ.pebble with parameters of type VertxModifier and TypeMethodDescriptionstatic PebbleTemplateEngine
static PebbleTemplateEngine
static PebbleTemplateEngine
static PebbleTemplateEngine
PebbleTemplateEngine.create
(Vertx vertx, String extension, com.mitchellbosecke.pebble.PebbleEngine engine) -
Uses of Vertx in io.vertx.mutiny.ext.web.templ.pug
Methods in io.vertx.mutiny.ext.web.templ.pug with parameters of type VertxModifier and TypeMethodDescriptionstatic PugTemplateEngine
static PugTemplateEngine
static PugTemplateEngine
-
Uses of Vertx in io.vertx.mutiny.ext.web.templ.thymeleaf
Methods in io.vertx.mutiny.ext.web.templ.thymeleaf with parameters of type Vertx -
Uses of Vertx in io.vertx.mutiny.jdbcclient
Methods in io.vertx.mutiny.jdbcclient with parameters of type VertxModifier and TypeMethodDescriptionstatic JDBCPool
Deprecated.static JDBCPool
static JDBCPool
JDBCPool.pool
(Vertx vertx, io.vertx.jdbcclient.JDBCConnectOptions connectOptions, io.vertx.sqlclient.PoolOptions poolOptions) static JDBCPool
JDBCPool.pool
(Vertx vertx, io.vertx.jdbcclient.JDBCConnectOptions connectOptions, io.vertx.sqlclient.PoolOptions poolOptions, io.vertx.ext.jdbc.spi.DataSourceProvider provider) static JDBCPool
JDBCPool.pool
(Vertx vertx, DataSource dataSource) static JDBCPool
JDBCPool.pool
(Vertx vertx, DataSource dataSource, io.vertx.core.json.JsonObject config) Deprecated. -
Uses of Vertx in io.vertx.mutiny.json.schema
Methods in io.vertx.mutiny.json.schema with parameters of type VertxModifier and TypeMethodDescriptionstatic SchemaRouter
Deprecated.static SchemaRouter
SchemaRouter.create
(Vertx vertx, HttpClient client, FileSystem fs, io.vertx.json.schema.SchemaRouterOptions schemaRouterOptions) Deprecated. -
Uses of Vertx in io.vertx.mutiny.junit5
Methods in io.vertx.mutiny.junit5 that return VertxModifier and TypeMethodDescriptionVertxParameterProvider.newInstance
(org.junit.jupiter.api.extension.ExtensionContext extensionContext, org.junit.jupiter.api.extension.ParameterContext parameterContext) Methods in io.vertx.mutiny.junit5 that return types with arguments of type VertxModifier and TypeMethodDescriptionio.vertx.junit5.ParameterClosingConsumer<Vertx>
VertxParameterProvider.parameterClosingConsumer()
VertxParameterProvider.type()
-
Uses of Vertx in io.vertx.mutiny.kafka.admin
Methods in io.vertx.mutiny.kafka.admin with parameters of type Vertx -
Uses of Vertx in io.vertx.mutiny.kafka.client.consumer
Methods in io.vertx.mutiny.kafka.client.consumer with parameters of type VertxModifier and TypeMethodDescriptionstatic <K,
V> KafkaConsumer<K, V> static <K,
V> KafkaConsumer<K, V> KafkaConsumer.create
(Vertx vertx, io.vertx.kafka.client.common.KafkaClientOptions options, Class<K> keyType, Class<V> valueType) static <K,
V> KafkaConsumer<K, V> static <K,
V> KafkaConsumer<K, V> static <K,
V> KafkaConsumer<K, V> static <K,
V> KafkaConsumer<K, V> KafkaConsumer.create
(Vertx vertx, org.apache.kafka.clients.consumer.Consumer<K, V> consumer, io.vertx.kafka.client.common.KafkaClientOptions options) -
Uses of Vertx in io.vertx.mutiny.kafka.client.producer
Methods in io.vertx.mutiny.kafka.client.producer with parameters of type VertxModifier and TypeMethodDescriptionstatic <K,
V> KafkaProducer<K, V> static <K,
V> KafkaProducer<K, V> static <K,
V> KafkaProducer<K, V> static <K,
V> KafkaProducer<K, V> KafkaProducer.create
(Vertx vertx, org.apache.kafka.clients.producer.Producer<K, V> producer, io.vertx.kafka.client.common.KafkaClientOptions options) static <K,
V> KafkaProducer<K, V> KafkaProducer.createShared
(Vertx vertx, String name, io.vertx.kafka.client.common.KafkaClientOptions options) static <K,
V> KafkaProducer<K, V> KafkaProducer.createShared
(Vertx vertx, String name, io.vertx.kafka.client.common.KafkaClientOptions options, Class<K> keyType, Class<V> valueType) static <K,
V> KafkaProducer<K, V> static <K,
V> KafkaProducer<K, V> KafkaProducer.createShared
(Vertx vertx, String name, Map<String, String> config, Class<K> keyType, Class<V> valueType) -
Uses of Vertx in io.vertx.mutiny.mqtt
Methods in io.vertx.mutiny.mqtt with parameters of type VertxModifier and TypeMethodDescriptionstatic MqttClient
static MqttClient
static MqttServer
static MqttServer
-
Uses of Vertx in io.vertx.mutiny.mssqlclient
Methods in io.vertx.mutiny.mssqlclient with parameters of type VertxModifier and TypeMethodDescriptionstatic io.smallrye.mutiny.Uni<MSSQLConnection>
Create a connection to SQL Server with the givenconnectOptions
.static io.smallrye.mutiny.Uni<MSSQLConnection>
LikeMSSQLConnection.connect(io.vertx.mutiny.core.Vertx, io.vertx.mssqlclient.MSSQLConnectOptions)
with options built fromconnectionUri
.static MSSQLConnection
MSSQLConnection.connectAndAwait
(Vertx vertx, io.vertx.mssqlclient.MSSQLConnectOptions connectOptions) Blocking variant ofMSSQLConnection.connect(io.vertx.mutiny.core.Vertx,MSSQLConnectOptions)
.static MSSQLConnection
MSSQLConnection.connectAndAwait
(Vertx vertx, String connectionUri) Blocking variant ofMSSQLConnection.connect(io.vertx.mutiny.core.Vertx,String)
.static void
MSSQLConnection.connectAndForget
(Vertx vertx, io.vertx.mssqlclient.MSSQLConnectOptions connectOptions) Variant ofMSSQLConnection.connect(io.vertx.mutiny.core.Vertx,MSSQLConnectOptions)
that ignores the result of the operation.static void
MSSQLConnection.connectAndForget
(Vertx vertx, String connectionUri) Variant ofMSSQLConnection.connect(io.vertx.mutiny.core.Vertx,String)
that ignores the result of the operation.static MSSQLPool
MSSQLPool.pool
(Vertx vertx, io.vertx.mssqlclient.MSSQLConnectOptions database, io.vertx.sqlclient.PoolOptions options) Deprecated.static MSSQLPool
Deprecated.static MSSQLPool
Deprecated.static MSSQLPool
MSSQLPool.pool
(Vertx vertx, Supplier<io.smallrye.mutiny.Uni<io.vertx.mssqlclient.MSSQLConnectOptions>> databases, io.vertx.sqlclient.PoolOptions options) Deprecated.static MSSQLPool
MSSQLPool.pool
(Vertx vertx, List<io.vertx.mssqlclient.MSSQLConnectOptions> databases, io.vertx.sqlclient.PoolOptions options) Deprecated. -
Uses of Vertx in io.vertx.mutiny.mysqlclient
Methods in io.vertx.mutiny.mysqlclient with parameters of type VertxModifier and TypeMethodDescriptionstatic SqlClient
MySQLPool.client
(Vertx vertx, io.vertx.mysqlclient.MySQLConnectOptions connectOptions, io.vertx.sqlclient.PoolOptions poolOptions) Deprecated.static SqlClient
Deprecated.static SqlClient
Deprecated.static SqlClient
MySQLPool.client
(Vertx vertx, Supplier<io.smallrye.mutiny.Uni<io.vertx.mysqlclient.MySQLConnectOptions>> mySQLConnectOptions, io.vertx.sqlclient.PoolOptions options) Deprecated.static SqlClient
MySQLPool.client
(Vertx vertx, List<io.vertx.mysqlclient.MySQLConnectOptions> mySQLConnectOptions, io.vertx.sqlclient.PoolOptions options) Deprecated.static io.smallrye.mutiny.Uni<MySQLConnection>
Create a connection to MySQL server with the givenconnectOptions
.static io.smallrye.mutiny.Uni<MySQLConnection>
LikeMySQLConnection.connect(io.vertx.mutiny.core.Vertx, io.vertx.mysqlclient.MySQLConnectOptions)
with options built fromconnectionUri
.static MySQLConnection
MySQLConnection.connectAndAwait
(Vertx vertx, io.vertx.mysqlclient.MySQLConnectOptions connectOptions) Blocking variant ofMySQLConnection.connect(io.vertx.mutiny.core.Vertx,MySQLConnectOptions)
.static MySQLConnection
MySQLConnection.connectAndAwait
(Vertx vertx, String connectionUri) Blocking variant ofMySQLConnection.connect(io.vertx.mutiny.core.Vertx,String)
.static void
MySQLConnection.connectAndForget
(Vertx vertx, io.vertx.mysqlclient.MySQLConnectOptions connectOptions) Variant ofMySQLConnection.connect(io.vertx.mutiny.core.Vertx,MySQLConnectOptions)
that ignores the result of the operation.static void
MySQLConnection.connectAndForget
(Vertx vertx, String connectionUri) Variant ofMySQLConnection.connect(io.vertx.mutiny.core.Vertx,String)
that ignores the result of the operation.static MySQLPool
MySQLPool.pool
(Vertx vertx, io.vertx.mysqlclient.MySQLConnectOptions database, io.vertx.sqlclient.PoolOptions options) Deprecated.static MySQLPool
Deprecated.static MySQLPool
Deprecated.static MySQLPool
MySQLPool.pool
(Vertx vertx, Supplier<io.smallrye.mutiny.Uni<io.vertx.mysqlclient.MySQLConnectOptions>> databases, io.vertx.sqlclient.PoolOptions options) Deprecated.static MySQLPool
MySQLPool.pool
(Vertx vertx, List<io.vertx.mysqlclient.MySQLConnectOptions> databases, io.vertx.sqlclient.PoolOptions options) Deprecated. -
Uses of Vertx in io.vertx.mutiny.oracleclient
Methods in io.vertx.mutiny.oracleclient with parameters of type VertxModifier and TypeMethodDescriptionstatic io.smallrye.mutiny.Uni<OracleConnection>
Create a connection to Oracle with the givenconnectOptions
.static io.smallrye.mutiny.Uni<OracleConnection>
LikeOracleConnection.connect(io.vertx.mutiny.core.Vertx, io.vertx.oracleclient.OracleConnectOptions)
with options built fromconnectionUri
.static OracleConnection
OracleConnection.connectAndAwait
(Vertx vertx, io.vertx.oracleclient.OracleConnectOptions connectOptions) Blocking variant ofOracleConnection.connect(io.vertx.mutiny.core.Vertx,OracleConnectOptions)
.static OracleConnection
OracleConnection.connectAndAwait
(Vertx vertx, String connectionUri) Blocking variant ofOracleConnection.connect(io.vertx.mutiny.core.Vertx,String)
.static void
OracleConnection.connectAndForget
(Vertx vertx, io.vertx.oracleclient.OracleConnectOptions connectOptions) Variant ofOracleConnection.connect(io.vertx.mutiny.core.Vertx,OracleConnectOptions)
that ignores the result of the operation.static void
OracleConnection.connectAndForget
(Vertx vertx, String connectionUri) Variant ofOracleConnection.connect(io.vertx.mutiny.core.Vertx,String)
that ignores the result of the operation.static OraclePool
OraclePool.pool
(Vertx vertx, io.vertx.oracleclient.OracleConnectOptions connectOptions, io.vertx.sqlclient.PoolOptions poolOptions) Deprecated.static OraclePool
Deprecated.static OraclePool
OraclePool.pool
(Vertx vertx, Supplier<io.smallrye.mutiny.Uni<io.vertx.oracleclient.OracleConnectOptions>> databases, io.vertx.sqlclient.PoolOptions poolOptions) Deprecated. -
Uses of Vertx in io.vertx.mutiny.pgclient
Methods in io.vertx.mutiny.pgclient with parameters of type VertxModifier and TypeMethodDescriptionstatic SqlClient
PgPool.client
(Vertx vertx, io.vertx.pgclient.PgConnectOptions database, io.vertx.sqlclient.PoolOptions options) Deprecated.static SqlClient
Deprecated.static SqlClient
Deprecated.static SqlClient
Deprecated.static SqlClient
PgPool.client
(Vertx vertx, Supplier<io.smallrye.mutiny.Uni<io.vertx.pgclient.PgConnectOptions>> databases, io.vertx.sqlclient.PoolOptions options) Deprecated.static SqlClient
PgPool.client
(Vertx vertx, List<io.vertx.pgclient.PgConnectOptions> databases, io.vertx.sqlclient.PoolOptions options) Deprecated.static io.smallrye.mutiny.Uni<PgConnection>
LikePgConnection.connect(io.vertx.mutiny.core.Vertx, io.vertx.pgclient.PgConnectOptions)
with options build from the environment variables.static io.smallrye.mutiny.Uni<PgConnection>
Connects to the database and returns the connection if that succeeds.static io.smallrye.mutiny.Uni<PgConnection>
LikePgConnection.connect(io.vertx.mutiny.core.Vertx, io.vertx.pgclient.PgConnectOptions)
with options build fromconnectionUri
.static PgConnection
PgConnection.connectAndAwait
(Vertx vertx) Blocking variant ofPgConnection.connect(io.vertx.mutiny.core.Vertx)
.static PgConnection
PgConnection.connectAndAwait
(Vertx vertx, io.vertx.pgclient.PgConnectOptions options) Blocking variant ofPgConnection.connect(io.vertx.mutiny.core.Vertx,PgConnectOptions)
.static PgConnection
PgConnection.connectAndAwait
(Vertx vertx, String connectionUri) Blocking variant ofPgConnection.connect(io.vertx.mutiny.core.Vertx,String)
.static void
PgConnection.connectAndForget
(Vertx vertx) Variant ofPgConnection.connect(io.vertx.mutiny.core.Vertx)
that ignores the result of the operation.static void
PgConnection.connectAndForget
(Vertx vertx, io.vertx.pgclient.PgConnectOptions options) Variant ofPgConnection.connect(io.vertx.mutiny.core.Vertx,PgConnectOptions)
that ignores the result of the operation.static void
PgConnection.connectAndForget
(Vertx vertx, String connectionUri) Variant ofPgConnection.connect(io.vertx.mutiny.core.Vertx,String)
that ignores the result of the operation.static PgPool
PgPool.pool
(Vertx vertx, io.vertx.pgclient.PgConnectOptions database, io.vertx.sqlclient.PoolOptions options) Deprecated.static PgPool
Deprecated.static PgPool
Deprecated.static PgPool
Deprecated.static PgPool
PgPool.pool
(Vertx vertx, Supplier<io.smallrye.mutiny.Uni<io.vertx.pgclient.PgConnectOptions>> databases, io.vertx.sqlclient.PoolOptions poolOptions) Deprecated.static PgPool
PgPool.pool
(Vertx vertx, List<io.vertx.pgclient.PgConnectOptions> databases, io.vertx.sqlclient.PoolOptions poolOptions) Deprecated. -
Uses of Vertx in io.vertx.mutiny.pgclient.pubsub
Methods in io.vertx.mutiny.pgclient.pubsub with parameters of type VertxModifier and TypeMethodDescriptionstatic PgSubscriber
PgSubscriber.subscriber
(Vertx vertx, io.vertx.pgclient.PgConnectOptions options) -
Uses of Vertx in io.vertx.mutiny.rabbitmq
Methods in io.vertx.mutiny.rabbitmq with parameters of type VertxModifier and TypeMethodDescriptionstatic RabbitMQClient
static RabbitMQClient
static RabbitMQPublisher
RabbitMQPublisher.create
(Vertx vertx, RabbitMQClient client, io.vertx.rabbitmq.RabbitMQPublisherOptions options) -
Uses of Vertx in io.vertx.mutiny.redis.client
Methods in io.vertx.mutiny.redis.client with parameters of type VertxModifier and TypeMethodDescriptionstatic Redis
Redis.createClient
(Vertx vertx) static Redis
Redis.createClient
(Vertx vertx, io.vertx.redis.client.RedisOptions options) static Redis
Redis.createClient
(Vertx vertx, String connectionString) -
Uses of Vertx in io.vertx.mutiny.servicediscovery
Methods in io.vertx.mutiny.servicediscovery with parameters of type Vertx -
Uses of Vertx in io.vertx.mutiny.servicediscovery.spi
Methods in io.vertx.mutiny.servicediscovery.spi with parameters of type VertxModifier and TypeMethodDescriptionvoid
ServiceExporter.init
(Vertx vertx, ServicePublisher publisher, io.vertx.core.json.JsonObject configuration, Promise<Void> future) void
ServiceImporter.start
(Vertx vertx, ServicePublisher publisher, io.vertx.core.json.JsonObject configuration, Promise<Void> future) -
Uses of Vertx in io.vertx.mutiny.sqlclient
Methods in io.vertx.mutiny.sqlclient with parameters of type Vertx
JDBCPool.pool(Vertx, JDBCConnectOptions, PoolOptions)