Uses of Class
io.vertx.mutiny.core.Vertx
-
-
Uses of Vertx in io.smallrye.mutiny.vertx.core
Fields in io.smallrye.mutiny.vertx.core declared as Vertx Modifier and Type Field Description protected Vertx
AbstractVerticle. vertx
-
Uses of Vertx in io.vertx.mutiny.amqp
Methods in io.vertx.mutiny.amqp with parameters of type Vertx Modifier and Type Method Description static AmqpClient
AmqpClient. create(Vertx vertx, io.vertx.amqp.AmqpClientOptions options)
-
Uses of Vertx in io.vertx.mutiny.cassandra
Methods in io.vertx.mutiny.cassandra with parameters of type Vertx Modifier and Type Method Description static CassandraClient
CassandraClient. create(Vertx vertx)
static CassandraClient
CassandraClient. create(Vertx vertx, io.vertx.cassandra.CassandraClientOptions options)
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 Vertx Modifier and Type Method Description static CircuitBreaker
CircuitBreaker. create(String name, Vertx vertx)
static CircuitBreaker
CircuitBreaker. create(String name, Vertx vertx, io.vertx.circuitbreaker.CircuitBreakerOptions options)
static HystrixMetricHandler
HystrixMetricHandler. create(Vertx vertx)
static HystrixMetricHandler
HystrixMetricHandler. create(Vertx vertx, String address)
-
Uses of Vertx in io.vertx.mutiny.config
Methods in io.vertx.mutiny.config with parameters of type Vertx Modifier and Type Method Description static ConfigRetriever
ConfigRetriever. create(Vertx vertx)
static ConfigRetriever
ConfigRetriever. create(Vertx vertx, io.vertx.config.ConfigRetrieverOptions options)
-
Uses of Vertx in io.vertx.mutiny.core
Fields in io.vertx.mutiny.core with type parameters of type Vertx Modifier and Type Field Description static TypeArg<Vertx>
Vertx. __TYPE_ARG
Methods in io.vertx.mutiny.core that return Vertx Modifier and Type Method Description static Vertx
Vertx. clusteredVertxAndAwait(io.vertx.core.VertxOptions options)
Blocking variant ofclusteredVertx(VertxOptions)
.Vertx
Vertx. exceptionHandler(Consumer<Throwable> handler)
static Vertx
Vertx. newInstance(io.vertx.core.Vertx arg)
Vertx
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 Vertx Modifier and Type Method Description 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 Vertx Modifier and Type Method Description static SqlClient
DB2Pool. client(Vertx vertx, io.vertx.db2client.DB2ConnectOptions database, io.vertx.sqlclient.PoolOptions options)
static SqlClient
DB2Pool. client(Vertx vertx, String connectionUri)
static SqlClient
DB2Pool. client(Vertx vertx, String connectionUri, io.vertx.sqlclient.PoolOptions options)
static SqlClient
DB2Pool. client(Vertx vertx, List<io.vertx.db2client.DB2ConnectOptions> databases, io.vertx.sqlclient.PoolOptions options)
static io.smallrye.mutiny.Uni<DB2Connection>
DB2Connection. connect(Vertx vertx, io.vertx.db2client.DB2ConnectOptions connectOptions)
Create a connection to DB2 server with the givenconnectOptions
.static io.smallrye.mutiny.Uni<DB2Connection>
DB2Connection. connect(Vertx vertx, String connectionUri)
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)
static DB2Pool
DB2Pool. pool(Vertx vertx, String connectionUri)
static DB2Pool
DB2Pool. pool(Vertx vertx, String connectionUri, io.vertx.sqlclient.PoolOptions options)
static DB2Pool
DB2Pool. 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 Modifier and Type Method Description static VertxContextPRNG
VertxContextPRNG. current(Vertx vertx)
-
Uses of Vertx in io.vertx.mutiny.ext.auth.htdigest
Methods in io.vertx.mutiny.ext.auth.htdigest with parameters of type Vertx Modifier and Type Method Description static HtdigestAuth
HtdigestAuth. create(Vertx vertx)
static HtdigestAuth
HtdigestAuth. create(Vertx vertx, String htfile)
-
Uses of Vertx in io.vertx.mutiny.ext.auth.htpasswd
Methods in io.vertx.mutiny.ext.auth.htpasswd with parameters of type Vertx Modifier and Type Method Description static HtpasswdAuth
HtpasswdAuth. create(Vertx vertx)
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 Vertx Modifier and Type Method Description static 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 Modifier and Type Method Description static JWTAuth
JWTAuth. create(Vertx vertx, io.vertx.ext.auth.jwt.JWTAuthOptions config)
-
Uses of Vertx in io.vertx.mutiny.ext.auth.ldap
Methods in io.vertx.mutiny.ext.auth.ldap with parameters of type Vertx Modifier and Type Method Description static LdapAuthentication
LdapAuthentication. create(Vertx vertx, io.vertx.ext.auth.ldap.LdapAuthenticationOptions options)
-
Uses of Vertx in io.vertx.mutiny.ext.auth.oauth2
Methods in io.vertx.mutiny.ext.auth.oauth2 with parameters of type Vertx Modifier and Type Method Description static OAuth2Auth
OAuth2Auth. create(Vertx vertx)
static OAuth2Auth
OAuth2Auth. create(Vertx vertx, io.vertx.ext.auth.oauth2.OAuth2Options config)
-
Uses of Vertx in io.vertx.mutiny.ext.auth.oauth2.providers
Methods in io.vertx.mutiny.ext.auth.oauth2.providers with parameters of type Vertx Modifier and Type Method Description static 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
AzureADAuth. create(Vertx vertx, String clientId, String clientSecret, String guid)
static OAuth2Auth
AzureADAuth. create(Vertx vertx, String clientId, String clientSecret, String guid, io.vertx.core.http.HttpClientOptions httpClientOptions)
static OAuth2Auth
BoxAuth. create(Vertx vertx, String clientId, String clientSecret)
static OAuth2Auth
BoxAuth. create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions)
static OAuth2Auth
CloudFoundryAuth. create(Vertx vertx, String clientId, String clientSecret, String uuaURL)
static OAuth2Auth
CloudFoundryAuth. create(Vertx vertx, String clientId, String clientSecret, String uuaURL, io.vertx.core.http.HttpClientOptions httpClientOptions)
static OAuth2Auth
DropboxAuth. create(Vertx vertx, String clientId, String clientSecret)
static OAuth2Auth
DropboxAuth. create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions)
static OAuth2Auth
FacebookAuth. create(Vertx vertx, String clientId, String clientSecret)
static OAuth2Auth
FacebookAuth. create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions)
static OAuth2Auth
FoursquareAuth. create(Vertx vertx, String clientId, String clientSecret)
static OAuth2Auth
FoursquareAuth. create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions)
static OAuth2Auth
GithubAuth. create(Vertx vertx, String clientId, String clientSecret)
static OAuth2Auth
GithubAuth. create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions)
static OAuth2Auth
GitLabAuth. create(Vertx vertx, String clientId, String clientSecret)
static OAuth2Auth
GitLabAuth. create(Vertx vertx, String site, String clientId, String clientSecret)
static OAuth2Auth
GitLabAuth. create(Vertx vertx, String site, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions)
static OAuth2Auth
GoogleAuth. create(Vertx vertx, io.vertx.core.json.JsonObject serviceAccountJson)
static OAuth2Auth
GoogleAuth. create(Vertx vertx, io.vertx.core.json.JsonObject serviceAccountJson, io.vertx.core.http.HttpClientOptions httpClientOptions)
static OAuth2Auth
GoogleAuth. create(Vertx vertx, String clientId, String clientSecret)
static OAuth2Auth
GoogleAuth. create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions)
static OAuth2Auth
HerokuAuth. create(Vertx vertx, String clientId, String clientSecret)
static OAuth2Auth
HerokuAuth. create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions)
static OAuth2Auth
IBMCloudAuth. create(Vertx vertx, String region, String clientId, String clientSecret, String guid)
static OAuth2Auth
IBMCloudAuth. create(Vertx vertx, String region, String clientId, String clientSecret, String guid, io.vertx.core.http.HttpClientOptions httpClientOptions)
static OAuth2Auth
InstagramAuth. create(Vertx vertx, String clientId, String clientSecret)
static OAuth2Auth
InstagramAuth. create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions)
static OAuth2Auth
KeycloakAuth. create(Vertx vertx, io.vertx.core.json.JsonObject config)
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
LinkedInAuth. create(Vertx vertx, String clientId, String clientSecret)
static OAuth2Auth
LinkedInAuth. create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions)
static OAuth2Auth
LiveAuth. create(Vertx vertx, String clientId, String clientSecret)
static OAuth2Auth
LiveAuth. create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions)
static OAuth2Auth
MailchimpAuth. create(Vertx vertx, String clientId, String clientSecret)
static OAuth2Auth
MailchimpAuth. create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions)
static OAuth2Auth
SalesforceAuth. create(Vertx vertx, String clientId, String clientSecret)
static OAuth2Auth
SalesforceAuth. create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions)
static OAuth2Auth
ShopifyAuth. create(Vertx vertx, String clientId, String clientSecret, String shop)
static OAuth2Auth
ShopifyAuth. create(Vertx vertx, String clientId, String clientSecret, String shop, io.vertx.core.http.HttpClientOptions httpClientOptions)
static OAuth2Auth
SoundcloudAuth. create(Vertx vertx, String clientId, String clientSecret)
static OAuth2Auth
SoundcloudAuth. create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions)
static OAuth2Auth
StripeAuth. create(Vertx vertx, String clientId, String clientSecret)
static OAuth2Auth
StripeAuth. create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions)
static OAuth2Auth
TwitterAuth. create(Vertx vertx, String clientId, String clientSecret)
static OAuth2Auth
TwitterAuth. create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions)
static io.smallrye.mutiny.Uni<OAuth2Auth>
AmazonCognitoAuth. discover(Vertx vertx, io.vertx.ext.auth.oauth2.OAuth2Options config)
Create a OAuth2Auth provider for OpenID Connect Discovery.static io.smallrye.mutiny.Uni<OAuth2Auth>
AzureADAuth. discover(Vertx vertx, io.vertx.ext.auth.oauth2.OAuth2Options config)
Create a OAuth2Auth provider for OpenID Connect Discovery.static io.smallrye.mutiny.Uni<OAuth2Auth>
GoogleAuth. discover(Vertx vertx, io.vertx.ext.auth.oauth2.OAuth2Options config)
Create a OAuth2Auth provider for OpenID Connect Discovery.static io.smallrye.mutiny.Uni<OAuth2Auth>
IBMCloudAuth. discover(Vertx vertx, io.vertx.ext.auth.oauth2.OAuth2Options config)
Create a OAuth2Auth provider for OpenID Connect Discovery.static io.smallrye.mutiny.Uni<OAuth2Auth>
KeycloakAuth. discover(Vertx vertx, io.vertx.ext.auth.oauth2.OAuth2Options config)
Create a OAuth2Auth provider for OpenID Connect Discovery.static io.smallrye.mutiny.Uni<OAuth2Auth>
OpenIDConnectAuth. discover(Vertx vertx, io.vertx.ext.auth.oauth2.OAuth2Options config)
Create a OAuth2Auth provider for OpenID Connect Discovery.static io.smallrye.mutiny.Uni<OAuth2Auth>
SalesforceAuth. discover(Vertx vertx, io.vertx.ext.auth.oauth2.OAuth2Options config)
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.properties
Methods in io.vertx.mutiny.ext.auth.properties with parameters of type Vertx Modifier and Type Method Description static PropertyFileAuthentication
PropertyFileAuthentication. create(Vertx vertx, String path)
static PropertyFileAuthorization
PropertyFileAuthorization. create(Vertx vertx, String path)
-
Uses of Vertx in io.vertx.mutiny.ext.auth.shiro
Methods in io.vertx.mutiny.ext.auth.shiro with parameters of type Vertx Modifier and Type Method Description static ShiroAuth
ShiroAuth. create(Vertx vertx, io.vertx.ext.auth.shiro.ShiroAuthOptions options)
Deprecated. -
Uses of Vertx in io.vertx.mutiny.ext.auth.webauthn
Methods in io.vertx.mutiny.ext.auth.webauthn with parameters of type Vertx Modifier and Type Method Description static WebAuthn
WebAuthn. create(Vertx vertx)
static WebAuthn
WebAuthn. create(Vertx vertx, io.vertx.ext.auth.webauthn.WebAuthnOptions options)
-
Uses of Vertx in io.vertx.mutiny.ext.consul
Methods in io.vertx.mutiny.ext.consul with parameters of type Vertx Modifier and Type Method Description static ConsulClient
ConsulClient. create(Vertx vertx)
static ConsulClient
ConsulClient. create(Vertx vertx, io.vertx.ext.consul.ConsulClientOptions options)
static Watch<io.vertx.ext.consul.EventList>
Watch. events(String event, Vertx vertx)
static Watch<io.vertx.ext.consul.EventList>
Watch. events(String event, Vertx vertx, io.vertx.ext.consul.ConsulClientOptions options)
static Watch<io.vertx.ext.consul.KeyValue>
Watch. key(String key, Vertx vertx)
static Watch<io.vertx.ext.consul.KeyValue>
Watch. key(String key, Vertx vertx, io.vertx.ext.consul.ConsulClientOptions options)
static Watch<io.vertx.ext.consul.KeyValueList>
Watch. keyPrefix(String keyPrefix, Vertx vertx)
static Watch<io.vertx.ext.consul.KeyValueList>
Watch. keyPrefix(String keyPrefix, Vertx vertx, io.vertx.ext.consul.ConsulClientOptions options)
static Watch<io.vertx.ext.consul.NodeList>
Watch. nodes(Vertx vertx)
static Watch<io.vertx.ext.consul.NodeList>
Watch. nodes(Vertx vertx, io.vertx.ext.consul.ConsulClientOptions options)
static Watch<io.vertx.ext.consul.ServiceEntryList>
Watch. service(String service, Vertx vertx)
static Watch<io.vertx.ext.consul.ServiceEntryList>
Watch. service(String service, Vertx vertx, io.vertx.ext.consul.ConsulClientOptions options)
static Watch<io.vertx.ext.consul.ServiceList>
Watch. services(Vertx vertx)
static Watch<io.vertx.ext.consul.ServiceList>
Watch. services(Vertx vertx, io.vertx.ext.consul.ConsulClientOptions options)
-
Uses of Vertx in io.vertx.mutiny.ext.eventbus.bridge.tcp
Methods in io.vertx.mutiny.ext.eventbus.bridge.tcp with parameters of type Vertx Modifier and Type Method Description static TcpEventBusBridge
TcpEventBusBridge. create(Vertx vertx)
static TcpEventBusBridge
TcpEventBusBridge. create(Vertx vertx, io.vertx.ext.bridge.BridgeOptions options)
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 Vertx Modifier and Type Method Description static HealthCheckHandler
HealthCheckHandler. create(Vertx vertx)
static HealthCheckHandler
HealthCheckHandler. create(Vertx vertx, AuthenticationProvider provider)
static HealthChecks
HealthChecks. create(Vertx vertx)
-
Uses of Vertx in io.vertx.mutiny.ext.jdbc
Methods in io.vertx.mutiny.ext.jdbc with parameters of type Vertx Modifier and Type Method Description static JDBCClient
JDBCClient. create(Vertx vertx, io.vertx.core.json.JsonObject config)
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 Vertx Modifier and Type Method Description static MailClient
MailClient. create(Vertx vertx, io.vertx.ext.mail.MailConfig config)
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 Vertx Modifier and Type Method Description static MongoClient
MongoClient. create(Vertx vertx, io.vertx.core.json.JsonObject config)
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 Vertx Modifier and Type Method Description static ShellServer
ShellServer. create(Vertx vertx)
static ShellServer
ShellServer. create(Vertx vertx, io.vertx.ext.shell.ShellServerOptions options)
static ShellService
ShellService. create(Vertx vertx)
static ShellService
ShellService. create(Vertx vertx, io.vertx.ext.shell.ShellServiceOptions options)
-
Uses of Vertx in io.vertx.mutiny.ext.shell.cli
Methods in io.vertx.mutiny.ext.shell.cli that return Vertx Modifier and Type Method Description Vertx
Completion. vertx()
-
Uses of Vertx in io.vertx.mutiny.ext.shell.command
Methods in io.vertx.mutiny.ext.shell.command that return Vertx Modifier and Type Method Description Vertx
CommandProcess. vertx()
Methods in io.vertx.mutiny.ext.shell.command with parameters of type Vertx Modifier and Type Method Description static CommandResolver
CommandResolver. baseCommands(Vertx vertx)
Command
CommandBuilder. build(Vertx vertx)
static CommandRegistry
CommandRegistry. create(Vertx vertx)
static CommandRegistry
CommandRegistry. getShared(Vertx vertx)
-
Uses of Vertx in io.vertx.mutiny.ext.shell.term
Methods in io.vertx.mutiny.ext.shell.term with parameters of type Vertx Modifier and Type Method Description static SockJSTermHandler
SockJSTermHandler. create(Vertx vertx, String charset)
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 Vertx Modifier and Type Method Description Vertx
StompClient. vertx()
Vertx
StompServer. vertx()
Methods in io.vertx.mutiny.ext.stomp with parameters of type Vertx Modifier and Type Method Description static Destination
Destination. bridge(Vertx vertx, io.vertx.ext.stomp.BridgeOptions options)
Destination
DestinationFactory. create(Vertx vertx, String name)
static StompClient
StompClient. create(Vertx vertx)
static StompClient
StompClient. create(Vertx vertx, io.vertx.ext.stomp.StompClientOptions options)
static StompServer
StompServer. create(Vertx vertx)
static StompServer
StompServer. create(Vertx vertx, io.vertx.ext.stomp.StompServerOptions options)
static StompServer
StompServer. create(Vertx vertx, NetServer netServer)
static StompServer
StompServer. create(Vertx vertx, NetServer net, io.vertx.ext.stomp.StompServerOptions options)
static StompServerHandler
StompServerHandler. create(Vertx vertx)
static Destination
Destination. queue(Vertx vertx, String destination)
static Destination
Destination. topic(Vertx vertx, String destination)
-
Uses of Vertx in io.vertx.mutiny.ext.web
Methods in io.vertx.mutiny.ext.web that return Vertx Modifier and Type Method Description Vertx
RoutingContext. vertx()
Methods in io.vertx.mutiny.ext.web with parameters of type Vertx Modifier and Type Method Description static Router
Router. router(Vertx vertx)
-
Uses of Vertx in io.vertx.mutiny.ext.web.client
Methods in io.vertx.mutiny.ext.web.client with parameters of type Vertx Modifier and Type Method Description static WebClient
WebClient. create(Vertx vertx)
static WebClient
WebClient. create(Vertx vertx, io.vertx.ext.web.client.WebClientOptions options)
-
Uses of Vertx in io.vertx.mutiny.ext.web.handler
Methods in io.vertx.mutiny.ext.web.handler with parameters of type Vertx Modifier and Type Method Description static CSRFHandler
CSRFHandler. create(Vertx vertx, String secret)
static DigestAuthHandler
DigestAuthHandler. create(Vertx vertx, HtdigestAuth authProvider)
static DigestAuthHandler
DigestAuthHandler. create(Vertx vertx, HtdigestAuth authProvider, long nonceExpireTimeout)
static ErrorHandler
ErrorHandler. create(Vertx vertx)
static ErrorHandler
ErrorHandler. create(Vertx vertx, boolean displayExceptionDetails)
static ErrorHandler
ErrorHandler. create(Vertx vertx, String errorTemplateName)
static ErrorHandler
ErrorHandler. create(Vertx vertx, String errorTemplateName, boolean displayExceptionDetails)
static FaviconHandler
FaviconHandler. create(Vertx vertx)
static FaviconHandler
FaviconHandler. create(Vertx vertx, long maxAgeSeconds)
static FaviconHandler
FaviconHandler. create(Vertx vertx, String path)
static FaviconHandler
FaviconHandler. create(Vertx vertx, String path, long maxAgeSeconds)
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.sockjs
Methods in io.vertx.mutiny.ext.web.handler.sockjs with parameters of type Vertx Modifier and Type Method Description static SockJSHandler
SockJSHandler. create(Vertx vertx)
static SockJSHandler
SockJSHandler. create(Vertx vertx, io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions options)
-
Uses of Vertx in io.vertx.mutiny.ext.web.openapi
Methods in io.vertx.mutiny.ext.web.openapi with parameters of type Vertx Modifier and Type Method Description static io.smallrye.mutiny.Uni<RouterBuilder>
RouterBuilder. create(Vertx vertx, String url)
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 Vertx Modifier and Type Method Description static ClusteredSessionStore
ClusteredSessionStore. create(Vertx vertx)
static ClusteredSessionStore
ClusteredSessionStore. create(Vertx vertx, long retryTimeout)
static ClusteredSessionStore
ClusteredSessionStore. create(Vertx vertx, String sessionMapName)
static ClusteredSessionStore
ClusteredSessionStore. create(Vertx vertx, String sessionMapName, long retryTimeout)
static LocalSessionStore
LocalSessionStore. create(Vertx vertx)
static LocalSessionStore
LocalSessionStore. create(Vertx vertx, String sessionMapName)
static LocalSessionStore
LocalSessionStore. create(Vertx vertx, String sessionMapName, long reaperInterval)
static SessionStore
SessionStore. create(Vertx vertx)
static SessionStore
SessionStore. create(Vertx vertx, io.vertx.core.json.JsonObject options)
SessionStore
SessionStore. init(Vertx vertx, io.vertx.core.json.JsonObject options)
-
Uses of Vertx in io.vertx.mutiny.ext.web.templ.freemarker
Methods in io.vertx.mutiny.ext.web.templ.freemarker with parameters of type Vertx Modifier and Type Method Description static FreeMarkerTemplateEngine
FreeMarkerTemplateEngine. create(Vertx vertx)
static FreeMarkerTemplateEngine
FreeMarkerTemplateEngine. create(Vertx vertx, String extension)
-
Uses of Vertx in io.vertx.mutiny.ext.web.templ.handlebars
Methods in io.vertx.mutiny.ext.web.templ.handlebars with parameters of type Vertx Modifier and Type Method Description static HandlebarsTemplateEngine
HandlebarsTemplateEngine. create(Vertx vertx)
static HandlebarsTemplateEngine
HandlebarsTemplateEngine. create(Vertx vertx, String extension)
-
Uses of Vertx in io.vertx.mutiny.ext.web.templ.jade
Methods in io.vertx.mutiny.ext.web.templ.jade with parameters of type Vertx Modifier and Type Method Description static JadeTemplateEngine
JadeTemplateEngine. create(Vertx vertx)
static JadeTemplateEngine
JadeTemplateEngine. create(Vertx vertx, String extension)
-
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 Modifier and Type Method Description static MVELTemplateEngine
MVELTemplateEngine. create(Vertx vertx)
static MVELTemplateEngine
MVELTemplateEngine. create(Vertx vertx, String extension)
-
Uses of Vertx in io.vertx.mutiny.ext.web.templ.pebble
Methods in io.vertx.mutiny.ext.web.templ.pebble with parameters of type Vertx Modifier and Type Method Description static PebbleTemplateEngine
PebbleTemplateEngine. create(Vertx vertx)
static PebbleTemplateEngine
PebbleTemplateEngine. create(Vertx vertx, com.mitchellbosecke.pebble.PebbleEngine engine)
static PebbleTemplateEngine
PebbleTemplateEngine. create(Vertx vertx, String extension)
static PebbleTemplateEngine
PebbleTemplateEngine. create(Vertx vertx, String extension, com.mitchellbosecke.pebble.PebbleEngine engine)
-
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 Modifier and Type Method Description static ThymeleafTemplateEngine
ThymeleafTemplateEngine. create(Vertx vertx)
-
Uses of Vertx in io.vertx.mutiny.jdbcclient
Methods in io.vertx.mutiny.jdbcclient with parameters of type Vertx Modifier and Type Method Description static JDBCPool
JDBCPool. pool(Vertx vertx, io.vertx.core.json.JsonObject config)
static JDBCPool
JDBCPool. pool(Vertx vertx, io.vertx.jdbcclient.JDBCConnectOptions connectOptions, io.vertx.sqlclient.PoolOptions poolOptions)
-
Uses of Vertx in io.vertx.mutiny.json.schema
Methods in io.vertx.mutiny.json.schema with parameters of type Vertx Modifier and Type Method Description static SchemaRouter
SchemaRouter. create(Vertx vertx, io.vertx.json.schema.SchemaRouterOptions schemaRouterOptions)
-
Uses of Vertx in io.vertx.mutiny.junit5
Methods in io.vertx.mutiny.junit5 that return Vertx Modifier and Type Method Description Vertx
VertxParameterProvider. 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 Vertx Modifier and Type Method Description io.vertx.junit5.ParameterClosingConsumer<Vertx>
VertxParameterProvider. parameterClosingConsumer()
Class<Vertx>
VertxParameterProvider. type()
-
Uses of Vertx in io.vertx.mutiny.kafka.admin
Methods in io.vertx.mutiny.kafka.admin with parameters of type Vertx Modifier and Type Method Description static KafkaAdminClient
KafkaAdminClient. create(Vertx vertx, Map<String,String> config)
-
Uses of Vertx in io.vertx.mutiny.kafka.client.consumer
Methods in io.vertx.mutiny.kafka.client.consumer with parameters of type Vertx Modifier and Type Method Description static <K,V>
KafkaConsumer<K,V>KafkaConsumer. create(Vertx vertx, io.vertx.kafka.client.common.KafkaClientOptions options)
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>KafkaConsumer. create(Vertx vertx, Map<String,String> config)
static <K,V>
KafkaConsumer<K,V>KafkaConsumer. create(Vertx vertx, Map<String,String> config, Class<K> keyType, Class<V> valueType)
-
Uses of Vertx in io.vertx.mutiny.kafka.client.producer
Methods in io.vertx.mutiny.kafka.client.producer with parameters of type Vertx Modifier and Type Method Description static <K,V>
KafkaProducer<K,V>KafkaProducer. create(Vertx vertx, Map<String,String> config)
static <K,V>
KafkaProducer<K,V>KafkaProducer. create(Vertx vertx, Map<String,String> config, Class<K> keyType, Class<V> valueType)
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>KafkaProducer. createShared(Vertx vertx, String name, Map<String,String> config)
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 Vertx Modifier and Type Method Description static MqttClient
MqttClient. create(Vertx vertx)
static MqttClient
MqttClient. create(Vertx vertx, io.vertx.mqtt.MqttClientOptions options)
static MqttServer
MqttServer. create(Vertx vertx)
static MqttServer
MqttServer. create(Vertx vertx, io.vertx.mqtt.MqttServerOptions options)
-
Uses of Vertx in io.vertx.mutiny.mssqlclient
Methods in io.vertx.mutiny.mssqlclient with parameters of type Vertx Modifier and Type Method Description static io.smallrye.mutiny.Uni<MSSQLConnection>
MSSQLConnection. connect(Vertx vertx, io.vertx.mssqlclient.MSSQLConnectOptions connectOptions)
Create a connection to SQL Server with the givenconnectOptions
.static io.smallrye.mutiny.Uni<MSSQLConnection>
MSSQLConnection. connect(Vertx vertx, String connectionUri)
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)
static MSSQLPool
MSSQLPool. pool(Vertx vertx, String connectionUri)
static MSSQLPool
MSSQLPool. pool(Vertx vertx, String connectionUri, io.vertx.sqlclient.PoolOptions options)
static MSSQLPool
MSSQLPool. 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 Vertx Modifier and Type Method Description static io.smallrye.mutiny.Uni<MySQLConnection>
MySQLConnection. connect(Vertx vertx, io.vertx.mysqlclient.MySQLConnectOptions connectOptions)
Create a connection to MySQL server with the givenconnectOptions
.static io.smallrye.mutiny.Uni<MySQLConnection>
MySQLConnection. connect(Vertx vertx, String connectionUri)
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)
static MySQLPool
MySQLPool. pool(Vertx vertx, String connectionUri)
static MySQLPool
MySQLPool. pool(Vertx vertx, String connectionUri, io.vertx.sqlclient.PoolOptions options)
static MySQLPool
MySQLPool. pool(Vertx vertx, List<io.vertx.mysqlclient.MySQLConnectOptions> databases, io.vertx.sqlclient.PoolOptions options)
-
Uses of Vertx in io.vertx.mutiny.pgclient
Methods in io.vertx.mutiny.pgclient with parameters of type Vertx Modifier and Type Method Description static SqlClient
PgPool. client(Vertx vertx, io.vertx.pgclient.PgConnectOptions database, io.vertx.sqlclient.PoolOptions options)
static SqlClient
PgPool. client(Vertx vertx, io.vertx.sqlclient.PoolOptions poolOptions)
static SqlClient
PgPool. client(Vertx vertx, String connectionUri)
static SqlClient
PgPool. client(Vertx vertx, String connectionUri, io.vertx.sqlclient.PoolOptions options)
static SqlClient
PgPool. client(Vertx vertx, List<io.vertx.pgclient.PgConnectOptions> databases, io.vertx.sqlclient.PoolOptions options)
static io.smallrye.mutiny.Uni<PgConnection>
PgConnection. connect(Vertx vertx)
LikePgConnection.connect(io.vertx.mutiny.core.Vertx, io.vertx.pgclient.PgConnectOptions)
with options build from the environment variables.static io.smallrye.mutiny.Uni<PgConnection>
PgConnection. connect(Vertx vertx, io.vertx.pgclient.PgConnectOptions options)
Connects to the database and returns the connection if that succeeds.static io.smallrye.mutiny.Uni<PgConnection>
PgConnection. connect(Vertx vertx, String connectionUri)
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)
static PgPool
PgPool. pool(Vertx vertx, io.vertx.sqlclient.PoolOptions options)
static PgPool
PgPool. pool(Vertx vertx, String connectionUri)
static PgPool
PgPool. pool(Vertx vertx, String connectionUri, io.vertx.sqlclient.PoolOptions poolOptions)
static PgPool
PgPool. 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 Vertx Modifier and Type Method Description static 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 Vertx Modifier and Type Method Description static RabbitMQClient
RabbitMQClient. create(Vertx vertx)
static RabbitMQClient
RabbitMQClient. create(Vertx vertx, io.vertx.rabbitmq.RabbitMQOptions config)
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 Vertx Modifier and Type Method Description static 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 Modifier and Type Method Description static ServiceDiscovery
ServiceDiscovery. create(Vertx vertx)
static ServiceDiscovery
ServiceDiscovery. create(Vertx vertx, io.vertx.servicediscovery.ServiceDiscoveryOptions options)
-
Uses of Vertx in io.vertx.mutiny.servicediscovery.spi
Methods in io.vertx.mutiny.servicediscovery.spi with parameters of type Vertx Modifier and Type Method Description void
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 Modifier and Type Method Description static Pool
Pool. pool(Vertx vertx, io.vertx.sqlclient.SqlConnectOptions database, io.vertx.sqlclient.PoolOptions options)
-