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 VertxAbstractVerticle. 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 AmqpClientAmqpClient. 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 CassandraClientCassandraClient. create(Vertx vertx)static CassandraClientCassandraClient. create(Vertx vertx, io.vertx.cassandra.CassandraClientOptions options)static 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 Vertx Modifier and Type Method Description static CircuitBreakerCircuitBreaker. create(String name, Vertx vertx)static CircuitBreakerCircuitBreaker. create(String name, Vertx vertx, io.vertx.circuitbreaker.CircuitBreakerOptions options)static HystrixMetricHandlerHystrixMetricHandler. create(Vertx vertx)static HystrixMetricHandlerHystrixMetricHandler. 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 ConfigRetrieverConfigRetriever. create(Vertx vertx)static ConfigRetrieverConfigRetriever. 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_ARGMethods in io.vertx.mutiny.core that return Vertx Modifier and Type Method Description static VertxVertx. clusteredVertxAndAwait(io.vertx.core.VertxOptions options)Blocking variant ofclusteredVertx(VertxOptions).VertxVertx. exceptionHandler(Consumer<Throwable> handler)static VertxVertx. newInstance(io.vertx.core.Vertx arg)VertxContext. 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 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 SqlClientDB2Pool. client(Vertx vertx, io.vertx.db2client.DB2ConnectOptions database, io.vertx.sqlclient.PoolOptions options)static SqlClientDB2Pool. client(Vertx vertx, String connectionUri)static SqlClientDB2Pool. client(Vertx vertx, String connectionUri, io.vertx.sqlclient.PoolOptions options)static SqlClientDB2Pool. 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 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 DB2PoolDB2Pool. pool(Vertx vertx, String connectionUri)static DB2PoolDB2Pool. pool(Vertx vertx, String connectionUri, io.vertx.sqlclient.PoolOptions options)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 Modifier and Type Method Description static VertxContextPRNGVertxContextPRNG. 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 HtdigestAuthHtdigestAuth. create(Vertx vertx)static HtdigestAuthHtdigestAuth. 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 HtpasswdAuthHtpasswdAuth. create(Vertx vertx)static 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 Vertx Modifier and Type Method Description static 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 Modifier and Type Method Description static JWTAuthJWTAuth. 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 LdapAuthenticationLdapAuthentication. 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 OAuth2AuthOAuth2Auth. create(Vertx vertx)static OAuth2AuthOAuth2Auth. 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 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 OAuth2AuthAzureADAuth. create(Vertx vertx, String clientId, String clientSecret, String guid)static OAuth2AuthAzureADAuth. create(Vertx vertx, String clientId, String clientSecret, String guid, io.vertx.core.http.HttpClientOptions httpClientOptions)static OAuth2AuthBoxAuth. create(Vertx vertx, String clientId, String clientSecret)static OAuth2AuthBoxAuth. create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions)static OAuth2AuthCloudFoundryAuth. create(Vertx vertx, String clientId, String clientSecret, String uuaURL)static OAuth2AuthCloudFoundryAuth. create(Vertx vertx, String clientId, String clientSecret, String uuaURL, io.vertx.core.http.HttpClientOptions httpClientOptions)static OAuth2AuthDropboxAuth. create(Vertx vertx, String clientId, String clientSecret)static OAuth2AuthDropboxAuth. create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions)static OAuth2AuthFacebookAuth. create(Vertx vertx, String clientId, String clientSecret)static OAuth2AuthFacebookAuth. create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions)static OAuth2AuthFoursquareAuth. create(Vertx vertx, String clientId, String clientSecret)static OAuth2AuthFoursquareAuth. create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions)static OAuth2AuthGithubAuth. create(Vertx vertx, String clientId, String clientSecret)static OAuth2AuthGithubAuth. create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions)static OAuth2AuthGitLabAuth. create(Vertx vertx, String clientId, String clientSecret)static OAuth2AuthGitLabAuth. create(Vertx vertx, String site, String clientId, String clientSecret)static OAuth2AuthGitLabAuth. create(Vertx vertx, String site, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions)static OAuth2AuthGoogleAuth. create(Vertx vertx, io.vertx.core.json.JsonObject serviceAccountJson)static OAuth2AuthGoogleAuth. create(Vertx vertx, io.vertx.core.json.JsonObject serviceAccountJson, io.vertx.core.http.HttpClientOptions httpClientOptions)static OAuth2AuthGoogleAuth. create(Vertx vertx, String clientId, String clientSecret)static OAuth2AuthGoogleAuth. create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions)static OAuth2AuthHerokuAuth. create(Vertx vertx, String clientId, String clientSecret)static OAuth2AuthHerokuAuth. create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions)static OAuth2AuthIBMCloudAuth. create(Vertx vertx, String region, String clientId, String clientSecret, String guid)static OAuth2AuthIBMCloudAuth. create(Vertx vertx, String region, String clientId, String clientSecret, String guid, io.vertx.core.http.HttpClientOptions httpClientOptions)static OAuth2AuthInstagramAuth. create(Vertx vertx, String clientId, String clientSecret)static OAuth2AuthInstagramAuth. create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions)static OAuth2AuthKeycloakAuth. create(Vertx vertx, io.vertx.core.json.JsonObject config)static 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 OAuth2AuthLinkedInAuth. create(Vertx vertx, String clientId, String clientSecret)static OAuth2AuthLinkedInAuth. create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions)static OAuth2AuthLiveAuth. create(Vertx vertx, String clientId, String clientSecret)static OAuth2AuthLiveAuth. create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions)static OAuth2AuthMailchimpAuth. create(Vertx vertx, String clientId, String clientSecret)static OAuth2AuthMailchimpAuth. create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions)static OAuth2AuthSalesforceAuth. create(Vertx vertx, String clientId, String clientSecret)static OAuth2AuthSalesforceAuth. create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions)static OAuth2AuthShopifyAuth. create(Vertx vertx, String clientId, String clientSecret, String shop)static OAuth2AuthShopifyAuth. create(Vertx vertx, String clientId, String clientSecret, String shop, io.vertx.core.http.HttpClientOptions httpClientOptions)static OAuth2AuthSoundcloudAuth. create(Vertx vertx, String clientId, String clientSecret)static OAuth2AuthSoundcloudAuth. create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions)static OAuth2AuthStripeAuth. create(Vertx vertx, String clientId, String clientSecret)static OAuth2AuthStripeAuth. create(Vertx vertx, String clientId, String clientSecret, io.vertx.core.http.HttpClientOptions httpClientOptions)static OAuth2AuthTwitterAuth. create(Vertx vertx, String clientId, String clientSecret)static OAuth2AuthTwitterAuth. 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 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.properties
Methods in io.vertx.mutiny.ext.auth.properties with parameters of type Vertx Modifier and Type Method Description static PropertyFileAuthenticationPropertyFileAuthentication. create(Vertx vertx, String path)static PropertyFileAuthorizationPropertyFileAuthorization. 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 ShiroAuthShiroAuth. 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 WebAuthnWebAuthn. create(Vertx vertx)static WebAuthnWebAuthn. 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 ConsulClientConsulClient. create(Vertx vertx)static ConsulClientConsulClient. 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 TcpEventBusBridgeTcpEventBusBridge. create(Vertx vertx)static TcpEventBusBridgeTcpEventBusBridge. create(Vertx vertx, io.vertx.ext.bridge.BridgeOptions options)static 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 Vertx Modifier and Type Method Description static HealthCheckHandlerHealthCheckHandler. create(Vertx vertx)static HealthCheckHandlerHealthCheckHandler. create(Vertx vertx, AuthenticationProvider provider)static HealthChecksHealthChecks. 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 JDBCClientJDBCClient. create(Vertx vertx, io.vertx.core.json.JsonObject config)static 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 Vertx Modifier and Type Method Description static MailClientMailClient. create(Vertx vertx, io.vertx.ext.mail.MailConfig config)static 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 Vertx Modifier and Type Method Description static MongoClientMongoClient. create(Vertx vertx, io.vertx.core.json.JsonObject config)static 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 Vertx Modifier and Type Method Description static ShellServerShellServer. create(Vertx vertx)static ShellServerShellServer. create(Vertx vertx, io.vertx.ext.shell.ShellServerOptions options)static ShellServiceShellService. create(Vertx vertx)static ShellServiceShellService. 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 VertxCompletion. 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 VertxCommandProcess. vertx()Methods in io.vertx.mutiny.ext.shell.command with parameters of type Vertx Modifier and Type Method Description static CommandResolverCommandResolver. baseCommands(Vertx vertx)CommandCommandBuilder. build(Vertx vertx)static CommandRegistryCommandRegistry. create(Vertx vertx)static CommandRegistryCommandRegistry. 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 SockJSTermHandlerSockJSTermHandler. create(Vertx vertx, String charset)static 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 Vertx Modifier and Type Method Description VertxStompClient. vertx()VertxStompServer. vertx()Methods in io.vertx.mutiny.ext.stomp with parameters of type Vertx Modifier and Type Method Description static DestinationDestination. bridge(Vertx vertx, io.vertx.ext.stomp.BridgeOptions options)DestinationDestinationFactory. create(Vertx vertx, String name)static StompClientStompClient. create(Vertx vertx)static StompClientStompClient. create(Vertx vertx, io.vertx.ext.stomp.StompClientOptions options)static StompServerStompServer. create(Vertx vertx)static StompServerStompServer. create(Vertx vertx, io.vertx.ext.stomp.StompServerOptions options)static StompServerStompServer. create(Vertx vertx, NetServer netServer)static StompServerStompServer. create(Vertx vertx, NetServer net, io.vertx.ext.stomp.StompServerOptions options)static StompServerHandlerStompServerHandler. create(Vertx vertx)static DestinationDestination. queue(Vertx vertx, String destination)static DestinationDestination. 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 VertxRoutingContext. vertx()Methods in io.vertx.mutiny.ext.web with parameters of type Vertx Modifier and Type Method Description static RouterRouter. 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 WebClientWebClient. create(Vertx vertx)static WebClientWebClient. 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 CSRFHandlerCSRFHandler. create(Vertx vertx, String secret)static DigestAuthHandlerDigestAuthHandler. create(Vertx vertx, HtdigestAuth authProvider)static DigestAuthHandlerDigestAuthHandler. create(Vertx vertx, HtdigestAuth authProvider, long nonceExpireTimeout)static ErrorHandlerErrorHandler. create(Vertx vertx)static ErrorHandlerErrorHandler. create(Vertx vertx, boolean displayExceptionDetails)static ErrorHandlerErrorHandler. create(Vertx vertx, String errorTemplateName)static ErrorHandlerErrorHandler. create(Vertx vertx, String errorTemplateName, boolean displayExceptionDetails)static FaviconHandlerFaviconHandler. create(Vertx vertx)static FaviconHandlerFaviconHandler. create(Vertx vertx, long maxAgeSeconds)static FaviconHandlerFaviconHandler. create(Vertx vertx, String path)static FaviconHandlerFaviconHandler. create(Vertx vertx, String path, long maxAgeSeconds)static 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.sockjs
Methods in io.vertx.mutiny.ext.web.handler.sockjs with parameters of type Vertx Modifier and Type Method Description static SockJSHandlerSockJSHandler. create(Vertx vertx)static SockJSHandlerSockJSHandler. 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 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 Vertx Modifier and Type Method Description static ClusteredSessionStoreClusteredSessionStore. create(Vertx vertx)static ClusteredSessionStoreClusteredSessionStore. create(Vertx vertx, long retryTimeout)static ClusteredSessionStoreClusteredSessionStore. create(Vertx vertx, String sessionMapName)static ClusteredSessionStoreClusteredSessionStore. create(Vertx vertx, String sessionMapName, long retryTimeout)static LocalSessionStoreLocalSessionStore. create(Vertx vertx)static LocalSessionStoreLocalSessionStore. create(Vertx vertx, String sessionMapName)static LocalSessionStoreLocalSessionStore. create(Vertx vertx, String sessionMapName, long reaperInterval)static SessionStoreSessionStore. create(Vertx vertx)static SessionStoreSessionStore. create(Vertx vertx, io.vertx.core.json.JsonObject options)SessionStoreSessionStore. 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 FreeMarkerTemplateEngineFreeMarkerTemplateEngine. create(Vertx vertx)static FreeMarkerTemplateEngineFreeMarkerTemplateEngine. 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 HandlebarsTemplateEngineHandlebarsTemplateEngine. create(Vertx vertx)static HandlebarsTemplateEngineHandlebarsTemplateEngine. 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 JadeTemplateEngineJadeTemplateEngine. create(Vertx vertx)static JadeTemplateEngineJadeTemplateEngine. 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 MVELTemplateEngineMVELTemplateEngine. create(Vertx vertx)static MVELTemplateEngineMVELTemplateEngine. 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 PebbleTemplateEnginePebbleTemplateEngine. create(Vertx vertx)static PebbleTemplateEnginePebbleTemplateEngine. create(Vertx vertx, com.mitchellbosecke.pebble.PebbleEngine engine)static PebbleTemplateEnginePebbleTemplateEngine. create(Vertx vertx, String extension)static PebbleTemplateEnginePebbleTemplateEngine. 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 ThymeleafTemplateEngineThymeleafTemplateEngine. 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 JDBCPoolJDBCPool. pool(Vertx vertx, io.vertx.core.json.JsonObject config)static JDBCPoolJDBCPool. pool(Vertx vertx, io.vertx.ext.jdbc.spi.DataSourceProvider dataSourceProvider)static JDBCPoolJDBCPool. pool(Vertx vertx, io.vertx.jdbcclient.JDBCConnectOptions connectOptions, io.vertx.sqlclient.PoolOptions poolOptions)static JDBCPoolJDBCPool. pool(Vertx vertx, DataSource dataSource)static JDBCPoolJDBCPool. pool(Vertx vertx, DataSource dataSource, io.vertx.core.json.JsonObject config) -
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 SchemaRouterSchemaRouter. create(Vertx vertx, io.vertx.json.schema.SchemaRouterOptions schemaRouterOptions)static SchemaRouterSchemaRouter. create(Vertx vertx, HttpClient client, FileSystem fs, 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 VertxVertxParameterProvider. 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 KafkaAdminClientKafkaAdminClient. 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 MqttClientMqttClient. create(Vertx vertx)static MqttClientMqttClient. create(Vertx vertx, io.vertx.mqtt.MqttClientOptions options)static MqttServerMqttServer. create(Vertx vertx)static MqttServerMqttServer. 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 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 MSSQLPoolMSSQLPool. pool(Vertx vertx, String connectionUri)static MSSQLPoolMSSQLPool. pool(Vertx vertx, String connectionUri, 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 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 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 MySQLPoolMySQLPool. pool(Vertx vertx, String connectionUri)static MySQLPoolMySQLPool. pool(Vertx vertx, String connectionUri, 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.pgclient
Methods in io.vertx.mutiny.pgclient with parameters of type Vertx Modifier and Type Method Description static SqlClientPgPool. client(Vertx vertx, io.vertx.pgclient.PgConnectOptions database, io.vertx.sqlclient.PoolOptions options)static SqlClientPgPool. client(Vertx vertx, io.vertx.sqlclient.PoolOptions poolOptions)static SqlClientPgPool. client(Vertx vertx, String connectionUri)static SqlClientPgPool. client(Vertx vertx, String connectionUri, 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>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 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 PgPoolPgPool. pool(Vertx vertx, io.vertx.sqlclient.PoolOptions options)static PgPoolPgPool. pool(Vertx vertx, String connectionUri)static PgPoolPgPool. pool(Vertx vertx, String connectionUri, 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 Vertx Modifier and Type Method Description static 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 Vertx Modifier and Type Method Description static RabbitMQClientRabbitMQClient. create(Vertx vertx)static RabbitMQClientRabbitMQClient. create(Vertx vertx, io.vertx.rabbitmq.RabbitMQOptions config)static 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 Vertx Modifier and Type Method Description static 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 Modifier and Type Method Description static ServiceDiscoveryServiceDiscovery. create(Vertx vertx)static ServiceDiscoveryServiceDiscovery. 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 voidServiceExporter. 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 Modifier and Type Method Description static PoolPool. pool(Vertx vertx, io.vertx.sqlclient.SqlConnectOptions database, io.vertx.sqlclient.PoolOptions options)
-