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 CassandraClientstatic CassandraClientstatic CassandraClientCassandraClient.createShared(Vertx vertx) static CassandraClientCassandraClient.createShared(Vertx vertx, io.vertx.cassandra.CassandraClientOptions options) static CassandraClientCassandraClient.createShared(Vertx vertx, String clientName) static CassandraClientCassandraClient.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 CircuitBreakerstatic CircuitBreakerCircuitBreaker.create(String name, Vertx vertx, io.vertx.circuitbreaker.CircuitBreakerOptions options) static HystrixMetricHandlerstatic HystrixMetricHandlerstatic 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 VertxVertx.clusteredVertxAndAwait(io.vertx.core.VertxOptions options) Blocking variant ofclusteredVertx(VertxOptions).Vertx.exceptionHandler(Consumer<Throwable> handler) static VertxVertx.newInstance(io.vertx.core.Vertx arg) Context.owner()static VertxVertx.vertx()static VertxVertx.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 SqlClientDB2Pool.client(Vertx vertx, io.vertx.db2client.DB2ConnectOptions database, io.vertx.sqlclient.PoolOptions options) static SqlClientstatic SqlClientstatic SqlClientDB2Pool.client(Vertx vertx, List<io.vertx.db2client.DB2ConnectOptions> databases, io.vertx.sqlclient.PoolOptions options) 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 DB2ConnectionDB2Connection.connectAndAwait(Vertx vertx, io.vertx.db2client.DB2ConnectOptions connectOptions) Blocking variant ofDB2Connection.connect(io.vertx.mutiny.core.Vertx,DB2ConnectOptions).static DB2ConnectionDB2Connection.connectAndAwait(Vertx vertx, String connectionUri) Blocking variant ofDB2Connection.connect(io.vertx.mutiny.core.Vertx,String).static voidDB2Connection.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 voidDB2Connection.connectAndForget(Vertx vertx, String connectionUri) Variant ofDB2Connection.connect(io.vertx.mutiny.core.Vertx,String)that ignores the result of the operation.static DB2PoolDB2Pool.pool(Vertx vertx, io.vertx.db2client.DB2ConnectOptions database, io.vertx.sqlclient.PoolOptions options) static DB2Poolstatic DB2Poolstatic DB2PoolDB2Pool.pool(Vertx vertx, Supplier<io.smallrye.mutiny.Uni<io.vertx.db2client.DB2ConnectOptions>> databases, io.vertx.sqlclient.PoolOptions poolOptions) static DB2PoolDB2Pool.pool(Vertx vertx, List<io.vertx.db2client.DB2ConnectOptions> databases, io.vertx.sqlclient.PoolOptions options) -
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 HtpasswdAuthstatic HtpasswdAuthHtpasswdAuth.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 JDBCAuthJDBCAuth.create(Vertx vertx, JDBCClient client) Deprecated.static JDBCHashStrategyJDBCHashStrategy.createPBKDF2(Vertx vertx) Deprecated.static JDBCHashStrategyJDBCHashStrategy.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 OAuth2AuthAmazonCognitoAuth.create(Vertx vertx, String region, String clientId, String clientSecret, String guid) static OAuth2AuthAmazonCognitoAuth.create(Vertx vertx, String region, String clientId, String clientSecret, String userPoolId, io.vertx.core.http.HttpClientOptions httpClientOptions) static OAuth2Authstatic OAuth2AuthAzureADAuth.create(Vertx vertx, String clientId, String clientSecret, String guid, io.vertx.core.http.HttpClientOptions httpClientOptions) static OAuth2Authstatic OAuth2AuthBoxAuth.create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions) static OAuth2Authstatic OAuth2AuthCloudFoundryAuth.create(Vertx vertx, String clientId, String clientSecret, String uuaURL, io.vertx.core.http.HttpClientOptions httpClientOptions) static OAuth2Authstatic OAuth2AuthDropboxAuth.create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions) static OAuth2Authstatic OAuth2AuthFacebookAuth.create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions) static OAuth2Authstatic OAuth2AuthFoursquareAuth.create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions) static OAuth2Authstatic OAuth2AuthGiteeAuth.create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions) static OAuth2Authstatic OAuth2AuthGithubAuth.create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions) static OAuth2Authstatic OAuth2Authstatic OAuth2AuthGitLabAuth.create(Vertx vertx, String site, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions) static OAuth2Authstatic OAuth2AuthGoogleAuth.create(Vertx vertx, io.vertx.core.json.JsonObject serviceAccountJson, io.vertx.core.http.HttpClientOptions httpClientOptions) static OAuth2Authstatic OAuth2AuthGoogleAuth.create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions) static OAuth2Authstatic OAuth2AuthHerokuAuth.create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions) static OAuth2Authstatic OAuth2AuthIBMCloudAuth.create(Vertx vertx, String region, String clientId, String clientSecret, String guid, io.vertx.core.http.HttpClientOptions httpClientOptions) static OAuth2Authstatic OAuth2AuthInstagramAuth.create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions) static OAuth2Authstatic OAuth2AuthKeycloakAuth.create(Vertx vertx, io.vertx.core.json.JsonObject config, io.vertx.core.http.HttpClientOptions httpClientOptions) static OAuth2AuthKeycloakAuth.create(Vertx vertx, io.vertx.ext.auth.oauth2.OAuth2FlowType flow, io.vertx.core.json.JsonObject config) static OAuth2AuthKeycloakAuth.create(Vertx vertx, io.vertx.ext.auth.oauth2.OAuth2FlowType flow, io.vertx.core.json.JsonObject config, io.vertx.core.http.HttpClientOptions httpClientOptions) static OAuth2Authstatic OAuth2AuthLinkedInAuth.create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions) static OAuth2Authstatic OAuth2AuthLiveAuth.create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions) static OAuth2Authstatic OAuth2AuthMailchimpAuth.create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions) static OAuth2Authstatic OAuth2AuthSalesforceAuth.create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions) static OAuth2Authstatic OAuth2AuthShopifyAuth.create(Vertx vertx, String clientId, String clientSecret, String shop, io.vertx.core.http.HttpClientOptions httpClientOptions) static OAuth2Authstatic OAuth2AuthSoundcloudAuth.create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions) static OAuth2Authstatic OAuth2AuthStripeAuth.create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions) static OAuth2Authstatic OAuth2AuthTwitterAuth.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 OAuth2AuthAmazonCognitoAuth.discoverAndAwait(Vertx vertx, io.vertx.ext.auth.oauth2.OAuth2Options config) Blocking variant ofAmazonCognitoAuth.discover(io.vertx.mutiny.core.Vertx,OAuth2Options).static OAuth2AuthAzureADAuth.discoverAndAwait(Vertx vertx, io.vertx.ext.auth.oauth2.OAuth2Options config) Blocking variant ofAzureADAuth.discover(io.vertx.mutiny.core.Vertx,OAuth2Options).static OAuth2AuthGoogleAuth.discoverAndAwait(Vertx vertx, io.vertx.ext.auth.oauth2.OAuth2Options config) Blocking variant ofGoogleAuth.discover(io.vertx.mutiny.core.Vertx,OAuth2Options).static OAuth2AuthIBMCloudAuth.discoverAndAwait(Vertx vertx, io.vertx.ext.auth.oauth2.OAuth2Options config) Blocking variant ofIBMCloudAuth.discover(io.vertx.mutiny.core.Vertx,OAuth2Options).static OAuth2AuthKeycloakAuth.discoverAndAwait(Vertx vertx, io.vertx.ext.auth.oauth2.OAuth2Options config) Blocking variant ofKeycloakAuth.discover(io.vertx.mutiny.core.Vertx,OAuth2Options).static OAuth2AuthOpenIDConnectAuth.discoverAndAwait(Vertx vertx, io.vertx.ext.auth.oauth2.OAuth2Options config) Blocking variant ofOpenIDConnectAuth.discover(io.vertx.mutiny.core.Vertx,OAuth2Options).static OAuth2AuthSalesforceAuth.discoverAndAwait(Vertx vertx, io.vertx.ext.auth.oauth2.OAuth2Options config) Blocking variant ofSalesforceAuth.discover(io.vertx.mutiny.core.Vertx,OAuth2Options).static voidAmazonCognitoAuth.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 voidAzureADAuth.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 voidGoogleAuth.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 voidIBMCloudAuth.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 voidKeycloakAuth.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 voidOpenIDConnectAuth.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 voidSalesforceAuth.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 PropertyFileAuthenticationstatic 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 ConsulClientstatic ConsulClientstatic 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 TcpEventBusBridgestatic TcpEventBusBridgestatic TcpEventBusBridgeTcpEventBusBridge.create(Vertx vertx, io.vertx.ext.bridge.BridgeOptions options, io.vertx.core.net.NetServerOptions netServerOptions) static TcpEventBusBridgeTcpEventBusBridge.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 HealthCheckHandlerstatic HealthCheckHandlerHealthCheckHandler.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 JDBCClientstatic JDBCClientJDBCClient.createShared(Vertx vertx, io.vertx.core.json.JsonObject config) static JDBCClientJDBCClient.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 MailClientstatic MailClientMailClient.createShared(Vertx vertx, io.vertx.ext.mail.MailConfig config) static MailClientMailClient.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 MongoClientstatic MongoClientMongoClient.createShared(Vertx vertx, io.vertx.core.json.JsonObject config) static MongoClientMongoClient.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 ShellServerstatic ShellServerstatic ShellServicestatic 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 CommandResolverCommandResolver.baseCommands(Vertx vertx) static CommandRegistrystatic 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 SockJSTermHandlerstatic TermServerTermServer.createHttpTermServer(Vertx vertx) static TermServerTermServer.createHttpTermServer(Vertx vertx, io.vertx.ext.shell.term.HttpTermOptions options) static TermServerTermServer.createHttpTermServer(Vertx vertx, Router router) static TermServerTermServer.createHttpTermServer(Vertx vertx, Router router, io.vertx.ext.shell.term.HttpTermOptions options) static TermServerTermServer.createSSHTermServer(Vertx vertx) static TermServerTermServer.createSSHTermServer(Vertx vertx, io.vertx.ext.shell.term.SSHTermOptions options) static TermServerTermServer.createTelnetTermServer(Vertx vertx) static TermServerTermServer.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 Destinationstatic StompClientstatic StompClientstatic StompServerstatic StompServerstatic StompServerstatic StompServerstatic StompServerHandlerstatic Destinationstatic 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 OpenAPI3RouterFactoryOpenAPI3RouterFactory.createAndAwait(Vertx vertx, String url) Deprecated.static OpenAPI3RouterFactoryOpenAPI3RouterFactory.createAndAwait(Vertx vertx, String url, List<io.vertx.core.json.JsonObject> auth) Deprecated.static voidOpenAPI3RouterFactory.createAndForget(Vertx vertx, String url) Deprecated.static voidOpenAPI3RouterFactory.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 CSRFHandlerstatic DigestAuthHandlerDigestAuthHandler.create(Vertx vertx, HtdigestAuth authProvider) static DigestAuthHandlerDigestAuthHandler.create(Vertx vertx, HtdigestAuth authProvider, long nonceExpireTimeout) static ErrorHandlerstatic ErrorHandlerstatic ErrorHandlerstatic ErrorHandlerstatic FaviconHandlerstatic FaviconHandlerstatic FaviconHandlerstatic FaviconHandlerstatic OAuth2AuthHandlerOAuth2AuthHandler.create(Vertx vertx, OAuth2Auth authProvider) static OAuth2AuthHandlerOAuth2AuthHandler.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 GraphiQLHandlerBuilderstatic GraphiQLHandlerstatic GraphiQLHandlerGraphiQLHandler.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 RouterBuilderRouterBuilder.createAndAwait(Vertx vertx, String url) Blocking variant ofRouterBuilder.create(io.vertx.mutiny.core.Vertx,String).static RouterBuilderRouterBuilder.createAndAwait(Vertx vertx, String url, io.vertx.ext.web.openapi.OpenAPILoaderOptions options) Blocking variant ofRouterBuilder.create(io.vertx.mutiny.core.Vertx,String,OpenAPILoaderOptions).static voidRouterBuilder.createAndForget(Vertx vertx, String url) Variant ofRouterBuilder.create(io.vertx.mutiny.core.Vertx,String)that ignores the result of the operation.static voidRouterBuilder.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 ClusteredSessionStorestatic ClusteredSessionStorestatic ClusteredSessionStorestatic ClusteredSessionStorestatic LocalSessionStorestatic LocalSessionStorestatic LocalSessionStorestatic SessionStorestatic 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 InfinispanSessionStorestatic InfinispanSessionStoreInfinispanSessionStore.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 FreeMarkerTemplateEnginestatic 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 HandlebarsTemplateEnginestatic 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 JadeTemplateEngineDeprecated.static JadeTemplateEngineDeprecated. -
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 PebbleTemplateEnginestatic PebbleTemplateEnginestatic PebbleTemplateEnginestatic PebbleTemplateEnginePebbleTemplateEngine.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 PugTemplateEnginestatic PugTemplateEnginestatic 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 JDBCPoolDeprecated.static JDBCPoolstatic JDBCPoolJDBCPool.pool(Vertx vertx, io.vertx.jdbcclient.JDBCConnectOptions connectOptions, io.vertx.sqlclient.PoolOptions poolOptions) static JDBCPoolJDBCPool.pool(Vertx vertx, io.vertx.jdbcclient.JDBCConnectOptions connectOptions, io.vertx.sqlclient.PoolOptions poolOptions, io.vertx.ext.jdbc.spi.DataSourceProvider provider) static JDBCPoolJDBCPool.pool(Vertx vertx, DataSource dataSource) static JDBCPoolJDBCPool.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 SchemaRouterDeprecated.static SchemaRouterSchemaRouter.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 MqttClientstatic MqttClientstatic MqttServerstatic 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 MSSQLConnectionMSSQLConnection.connectAndAwait(Vertx vertx, io.vertx.mssqlclient.MSSQLConnectOptions connectOptions) Blocking variant ofMSSQLConnection.connect(io.vertx.mutiny.core.Vertx,MSSQLConnectOptions).static MSSQLConnectionMSSQLConnection.connectAndAwait(Vertx vertx, String connectionUri) Blocking variant ofMSSQLConnection.connect(io.vertx.mutiny.core.Vertx,String).static voidMSSQLConnection.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 voidMSSQLConnection.connectAndForget(Vertx vertx, String connectionUri) Variant ofMSSQLConnection.connect(io.vertx.mutiny.core.Vertx,String)that ignores the result of the operation.static MSSQLPoolMSSQLPool.pool(Vertx vertx, io.vertx.mssqlclient.MSSQLConnectOptions database, io.vertx.sqlclient.PoolOptions options) static MSSQLPoolstatic MSSQLPoolstatic MSSQLPoolMSSQLPool.pool(Vertx vertx, Supplier<io.smallrye.mutiny.Uni<io.vertx.mssqlclient.MSSQLConnectOptions>> databases, io.vertx.sqlclient.PoolOptions options) static MSSQLPoolMSSQLPool.pool(Vertx vertx, List<io.vertx.mssqlclient.MSSQLConnectOptions> databases, io.vertx.sqlclient.PoolOptions options) -
Uses of Vertx in io.vertx.mutiny.mysqlclient
Methods in io.vertx.mutiny.mysqlclient with parameters of type VertxModifier and TypeMethodDescriptionstatic SqlClientMySQLPool.client(Vertx vertx, io.vertx.mysqlclient.MySQLConnectOptions connectOptions, io.vertx.sqlclient.PoolOptions poolOptions) static SqlClientstatic SqlClientstatic SqlClientMySQLPool.client(Vertx vertx, Supplier<io.smallrye.mutiny.Uni<io.vertx.mysqlclient.MySQLConnectOptions>> mySQLConnectOptions, io.vertx.sqlclient.PoolOptions options) static SqlClientMySQLPool.client(Vertx vertx, List<io.vertx.mysqlclient.MySQLConnectOptions> mySQLConnectOptions, io.vertx.sqlclient.PoolOptions options) 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 MySQLConnectionMySQLConnection.connectAndAwait(Vertx vertx, io.vertx.mysqlclient.MySQLConnectOptions connectOptions) Blocking variant ofMySQLConnection.connect(io.vertx.mutiny.core.Vertx,MySQLConnectOptions).static MySQLConnectionMySQLConnection.connectAndAwait(Vertx vertx, String connectionUri) Blocking variant ofMySQLConnection.connect(io.vertx.mutiny.core.Vertx,String).static voidMySQLConnection.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 voidMySQLConnection.connectAndForget(Vertx vertx, String connectionUri) Variant ofMySQLConnection.connect(io.vertx.mutiny.core.Vertx,String)that ignores the result of the operation.static MySQLPoolMySQLPool.pool(Vertx vertx, io.vertx.mysqlclient.MySQLConnectOptions database, io.vertx.sqlclient.PoolOptions options) static MySQLPoolstatic MySQLPoolstatic MySQLPoolMySQLPool.pool(Vertx vertx, Supplier<io.smallrye.mutiny.Uni<io.vertx.mysqlclient.MySQLConnectOptions>> databases, io.vertx.sqlclient.PoolOptions options) static MySQLPoolMySQLPool.pool(Vertx vertx, List<io.vertx.mysqlclient.MySQLConnectOptions> databases, io.vertx.sqlclient.PoolOptions options) -
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 OracleConnectionOracleConnection.connectAndAwait(Vertx vertx, io.vertx.oracleclient.OracleConnectOptions connectOptions) Blocking variant ofOracleConnection.connect(io.vertx.mutiny.core.Vertx,OracleConnectOptions).static OracleConnectionOracleConnection.connectAndAwait(Vertx vertx, String connectionUri) Blocking variant ofOracleConnection.connect(io.vertx.mutiny.core.Vertx,String).static voidOracleConnection.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 voidOracleConnection.connectAndForget(Vertx vertx, String connectionUri) Variant ofOracleConnection.connect(io.vertx.mutiny.core.Vertx,String)that ignores the result of the operation.static OraclePoolOraclePool.pool(Vertx vertx, io.vertx.oracleclient.OracleConnectOptions connectOptions, io.vertx.sqlclient.PoolOptions poolOptions) static OraclePoolstatic OraclePoolOraclePool.pool(Vertx vertx, Supplier<io.smallrye.mutiny.Uni<io.vertx.oracleclient.OracleConnectOptions>> databases, io.vertx.sqlclient.PoolOptions poolOptions) -
Uses of Vertx in io.vertx.mutiny.pgclient
Methods in io.vertx.mutiny.pgclient with parameters of type VertxModifier and TypeMethodDescriptionstatic SqlClientPgPool.client(Vertx vertx, io.vertx.pgclient.PgConnectOptions database, io.vertx.sqlclient.PoolOptions options) static SqlClientstatic SqlClientstatic SqlClientstatic SqlClientPgPool.client(Vertx vertx, Supplier<io.smallrye.mutiny.Uni<io.vertx.pgclient.PgConnectOptions>> databases, io.vertx.sqlclient.PoolOptions options) static SqlClientPgPool.client(Vertx vertx, List<io.vertx.pgclient.PgConnectOptions> databases, io.vertx.sqlclient.PoolOptions options) 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 PgConnectionPgConnection.connectAndAwait(Vertx vertx) Blocking variant ofPgConnection.connect(io.vertx.mutiny.core.Vertx).static PgConnectionPgConnection.connectAndAwait(Vertx vertx, io.vertx.pgclient.PgConnectOptions options) Blocking variant ofPgConnection.connect(io.vertx.mutiny.core.Vertx,PgConnectOptions).static PgConnectionPgConnection.connectAndAwait(Vertx vertx, String connectionUri) Blocking variant ofPgConnection.connect(io.vertx.mutiny.core.Vertx,String).static voidPgConnection.connectAndForget(Vertx vertx) Variant ofPgConnection.connect(io.vertx.mutiny.core.Vertx)that ignores the result of the operation.static voidPgConnection.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 voidPgConnection.connectAndForget(Vertx vertx, String connectionUri) Variant ofPgConnection.connect(io.vertx.mutiny.core.Vertx,String)that ignores the result of the operation.static PgPoolPgPool.pool(Vertx vertx, io.vertx.pgclient.PgConnectOptions database, io.vertx.sqlclient.PoolOptions options) static PgPoolstatic PgPoolstatic PgPoolstatic PgPoolPgPool.pool(Vertx vertx, Supplier<io.smallrye.mutiny.Uni<io.vertx.pgclient.PgConnectOptions>> databases, io.vertx.sqlclient.PoolOptions poolOptions) static PgPoolPgPool.pool(Vertx vertx, List<io.vertx.pgclient.PgConnectOptions> databases, io.vertx.sqlclient.PoolOptions poolOptions) -
Uses of Vertx in io.vertx.mutiny.pgclient.pubsub
Methods in io.vertx.mutiny.pgclient.pubsub with parameters of type VertxModifier and TypeMethodDescriptionstatic PgSubscriberPgSubscriber.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 RabbitMQClientstatic RabbitMQClientstatic RabbitMQPublisherRabbitMQPublisher.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 RedisRedis.createClient(Vertx vertx) static RedisRedis.createClient(Vertx vertx, io.vertx.redis.client.RedisOptions options) static RedisRedis.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 TypeMethodDescriptionvoidServiceExporter.init(Vertx vertx, ServicePublisher publisher, io.vertx.core.json.JsonObject configuration, Promise<Void> future) voidServiceImporter.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)