Uses of Interface
io.vertx.core.Vertx
Packages that use Vertx
Package
Description
-
Uses of Vertx in io.vertx.amqp
Methods in io.vertx.amqp with parameters of type VertxModifier and TypeMethodDescriptionstatic AmqpClientAmqpClient.create(Vertx vertx, AmqpClientOptions options) Creates a new instance ofAmqpClientwith the given Vert.x instance and the given options. -
Uses of Vertx in io.vertx.camel
Methods in io.vertx.camel with parameters of type VertxModifier and TypeMethodDescriptionstatic CamelBridgeCamelBridge.create(Vertx vertx, CamelBridgeOptions bridgeOptions) Creates a bridge between Camel endpoints and Vert.x -
Uses of Vertx in io.vertx.cassandra
Methods in io.vertx.cassandra with parameters of type VertxModifier and TypeMethodDescriptionstatic CassandraClientLikeCassandraClient.create(Vertx, CassandraClientOptions)with default options.static CassandraClientCassandraClient.create(Vertx vertx, CassandraClientOptions options) Create a Cassandra client which maintains its own driver session.static CassandraClientCassandraClient.createShared(Vertx vertx) LikeCassandraClient.createShared(Vertx, String, CassandraClientOptions)with default options and client name.static CassandraClientCassandraClient.createShared(Vertx vertx, CassandraClientOptions options) LikeCassandraClient.createShared(Vertx, String, CassandraClientOptions)with default client name.static CassandraClientCassandraClient.createShared(Vertx vertx, String clientName) LikeCassandraClient.createShared(Vertx, String, CassandraClientOptions)with default options.static CassandraClientCassandraClient.createShared(Vertx vertx, String clientName, CassandraClientOptions options) Create a Cassandra client that shares its driver session with any other client having the same name. -
Uses of Vertx in io.vertx.circuitbreaker
Methods in io.vertx.circuitbreaker with parameters of type VertxModifier and TypeMethodDescriptionstatic CircuitBreakerCreates a new instance ofCircuitBreaker, with default options.static CircuitBreakerCircuitBreaker.create(String name, Vertx vertx, CircuitBreakerOptions options) Creates a new instance ofCircuitBreaker. -
Uses of Vertx in io.vertx.config
Methods in io.vertx.config with parameters of type VertxModifier and TypeMethodDescriptionstatic ConfigRetrieverCreates an instance of the default implementation of theConfigRetriever, using the default settings (json file, system properties and environment variables).static ConfigRetrieverConfigRetriever.create(Vertx vertx, ConfigRetrieverOptions options) Creates an instance of the default implementation of theConfigRetriever. -
Uses of Vertx in io.vertx.config.consul
Methods in io.vertx.config.consul with parameters of type VertxModifier and TypeMethodDescriptionConsulConfigStoreFactory.create(Vertx vertx, JsonObject configuration) -
Uses of Vertx in io.vertx.config.git
Methods in io.vertx.config.git with parameters of type VertxModifier and TypeMethodDescriptionGitConfigStoreFactory.create(Vertx vertx, JsonObject configuration) Constructors in io.vertx.config.git with parameters of type Vertx -
Uses of Vertx in io.vertx.config.hocon
Methods in io.vertx.config.hocon with parameters of type VertxModifier and TypeMethodDescriptionHoconProcessor.process(Vertx vertx, JsonObject configuration, Buffer input) -
Uses of Vertx in io.vertx.config.kubernetes
Methods in io.vertx.config.kubernetes with parameters of type VertxModifier and TypeMethodDescriptionConfigMapStoreFactory.create(Vertx vertx, JsonObject configuration) Constructors in io.vertx.config.kubernetes with parameters of type Vertx -
Uses of Vertx in io.vertx.config.redis
Methods in io.vertx.config.redis with parameters of type VertxModifier and TypeMethodDescriptionRedisConfigStoreFactory.create(Vertx vertx, JsonObject configuration) Constructors in io.vertx.config.redis with parameters of type Vertx -
Uses of Vertx in io.vertx.config.spi
Methods in io.vertx.config.spi with parameters of type VertxModifier and TypeMethodDescriptionConfigStoreFactory.create(Vertx vertx, JsonObject configuration) Creates an instance of theConfigStore.ConfigProcessor.process(Vertx vertx, JsonObject configuration, Buffer input) Transforms the giveninputinto aJsonObject. -
Uses of Vertx in io.vertx.config.spi.utils
Constructors in io.vertx.config.spi.utils with parameters of type VertxModifierConstructorDescriptionFileSet(Vertx vertx, File root, JsonObject set) Creates a newFileSetfrom a json object. -
Uses of Vertx in io.vertx.config.spring
Methods in io.vertx.config.spring with parameters of type VertxModifier and TypeMethodDescriptionSpringConfigServerStoreFactory.create(Vertx vertx, JsonObject configuration) -
Uses of Vertx in io.vertx.config.vault
Methods in io.vertx.config.vault with parameters of type VertxModifier and TypeMethodDescriptionVaultConfigStoreFactory.create(Vertx vertx, JsonObject configuration) Constructors in io.vertx.config.vault with parameters of type VertxModifierConstructorDescriptionVaultConfigStore(Vertx vertx, JsonObject config) Creates an instance ofVaultConfigStore. -
Uses of Vertx in io.vertx.config.vault.client
Constructors in io.vertx.config.vault.client with parameters of type VertxModifierConstructorDescriptionSlimVaultClient(Vertx vertx, JsonObject configuration) Creates an instance ofSlimVaultClient. -
Uses of Vertx in io.vertx.config.yaml
Methods in io.vertx.config.yaml with parameters of type VertxModifier and TypeMethodDescriptionYamlProcessor.process(Vertx vertx, JsonObject configuration, Buffer input) -
Uses of Vertx in io.vertx.config.zookeeper
Methods in io.vertx.config.zookeeper with parameters of type VertxModifier and TypeMethodDescriptionZookeeperConfigStoreFactory.create(Vertx vertx, JsonObject configuration) Constructors in io.vertx.config.zookeeper with parameters of type Vertx -
Uses of Vertx in io.vertx.core
Fields in io.vertx.core declared as VertxModifier and TypeFieldDescriptionprotected VertxAbstractVerticle.vertxReference to the Vert.x instance that deployed this verticleprotected VertxVerticleBase.vertxReference to the Vert.x instance that deployed this verticleMethods in io.vertx.core that return VertxModifier and TypeMethodDescriptionVertxBuilder.build()Creates a non clustered instance.Vertx.exceptionHandler(Handler<Throwable> handler) Set a default exception handler forContext, set onContext.exceptionHandler(Handler)at creation.AbstractVerticle.getVertx()Get the Vert.x instanceVerticle.getVertx()Get a reference to the Vert.x instance that deployed this verticleContext.owner()static VertxVertx.vertx()Creates a non clustered instance using default options.static VertxVertx.vertx(VertxOptions options) Creates a non clustered instance using the specified optionsMethods in io.vertx.core that return types with arguments of type VertxModifier and TypeMethodDescriptionVertxBuilder.buildClustered()Creates a clustered instance.Vertx.clusteredVertx(VertxOptions options) Creates a clustered instance using the specified options.Methods in io.vertx.core with parameters of type VertxModifier and TypeMethodDescriptionvoidLauncher.afterStartingVertx(Vertx vertx) Hook for sub-classes ofLauncherafter the vertx instance is started.voidLauncher.beforeStoppingVertx(Vertx vertx) voidLauncher.handleDeployFailed(Vertx vertx, String mainVerticle, DeploymentOptions deploymentOptions, Throwable cause) A deployment failure has been encountered.voidInitialise the verticle.voidInitialise the verticle with the Vert.x instance and the context.voidInitialise the verticle. -
Uses of Vertx in io.vertx.core.net
Methods in io.vertx.core.net with parameters of type VertxModifier and TypeMethodDescriptionEndpointResolver<A, ?, ?, ?> AddressResolver.endpointResolver(Vertx vertx) Return a resolver capable of resolving addresses to endpoints.io.vertx.core.net.impl.KeyStoreHelperio.vertx.core.net.impl.KeyStoreHelperio.vertx.core.net.impl.KeyStoreHelperKeyCertOptions.getKeyManagerFactory(Vertx vertx) Create and return the key manager factory for these options.KeyStoreOptionsBase.getKeyManagerFactory(Vertx vertx) PemKeyCertOptions.getKeyManagerFactory(Vertx vertx) KeyStoreOptionsBase.getTrustManagerFactory(Vertx vertx) PemTrustOptions.getTrustManagerFactory(Vertx vertx) TrustOptions.getTrustManagerFactory(Vertx vertx) Create and return the trust manager factory for these options.KeyCertOptions.keyManagerFactoryMapper(Vertx vertx) Returns a function that maps SNI server names toKeyManagerFactoryinstance.KeyStoreOptionsBase.keyManagerFactoryMapper(Vertx vertx) PemKeyCertOptions.keyManagerFactoryMapper(Vertx vertx) KeyStoreOptionsBase.loadKeyStore(Vertx vertx) Load and return a Java keystore.PemKeyCertOptions.loadKeyStore(Vertx vertx) Load and return a Java keystore.PemTrustOptions.loadKeyStore(Vertx vertx) Load and return a Java keystore.KeyStoreOptionsBase.trustManagerMapper(Vertx vertx) PemTrustOptions.trustManagerMapper(Vertx vertx) TrustOptions.trustManagerMapper(Vertx vertx) Returns a function that maps SNI server names to aTrustManagerFactoryinstance. -
Uses of Vertx in io.vertx.core.spi
Methods in io.vertx.core.spi with parameters of type Vertx -
Uses of Vertx in io.vertx.core.spi.cluster
Methods in io.vertx.core.spi.cluster with parameters of type Vertx -
Uses of Vertx in io.vertx.core.spi.dns
Methods in io.vertx.core.spi.dns with parameters of type VertxModifier and TypeMethodDescriptionstatic AddressResolverProviderAddressResolverProvider.factory(Vertx vertx, AddressResolverOptions options) -
Uses of Vertx in io.vertx.core.spi.metrics
Methods in io.vertx.core.spi.metrics with parameters of type VertxModifier and TypeMethodDescriptiondefault voidVertxMetrics.vertxCreated(Vertx vertx) Callback to signal when the Vertx instance is fully initialized. -
Uses of Vertx in io.vertx.db2client
Methods in io.vertx.db2client with parameters of type VertxModifier and TypeMethodDescriptionstatic Future<DB2Connection> DB2Connection.connect(Vertx vertx, DB2ConnectOptions connectOptions) Create a connection to DB2 server with the givenconnectOptions.static Future<DB2Connection> LikeDB2Connection.connect(Vertx, DB2ConnectOptions)with options build fromconnectionUri. -
Uses of Vertx in io.vertx.db2client.spi
Methods in io.vertx.db2client.spi with parameters of type VertxModifier and TypeMethodDescriptionDB2Driver.createConnectionFactory(Vertx vertx, NetClientOptions transportOptions) -
Uses of Vertx in io.vertx.eventbus.bridge.grpc
Methods in io.vertx.eventbus.bridge.grpc with parameters of type VertxModifier and TypeMethodDescriptionstatic GrpcEventBusBridgeBuilderCreate a builder for advanced configuration of the bridge.static GrpcEventBusBridgeCreates a new gRPC EventBus bridge service with default options and null bridge event handler.static GrpcEventBusBridgeGrpcEventBusBridge.create(Vertx vertx, GrpcBridgeOptions options) Creates a new gRPC EventBus bridge service with the specified event bus and bridge options. -
Uses of Vertx in io.vertx.ext.auth.htdigest
Methods in io.vertx.ext.auth.htdigest with parameters of type VertxModifier and TypeMethodDescriptionstatic HtdigestAuthCreates an instance of HtdigestAuth.static HtdigestAuthCreates an instance of HtdigestAuth by using the given htfile file. -
Uses of Vertx in io.vertx.ext.auth.htpasswd
Methods in io.vertx.ext.auth.htpasswd with parameters of type VertxModifier and TypeMethodDescriptionstatic HtpasswdAuthstatic HtpasswdAuthHtpasswdAuth.create(Vertx vertx, HtpasswdAuthOptions htpasswdAuthOptions) -
Uses of Vertx in io.vertx.ext.auth.jwt
Methods in io.vertx.ext.auth.jwt with parameters of type VertxModifier and TypeMethodDescriptionstatic JWTAuthJWTAuth.create(Vertx vertx, JWTAuthOptions config) Create a JWT auth provider -
Uses of Vertx in io.vertx.ext.auth.ldap
Methods in io.vertx.ext.auth.ldap with parameters of type VertxModifier and TypeMethodDescriptionstatic LdapAuthenticationLdapAuthentication.create(Vertx vertx, LdapAuthenticationOptions options) Create a LDAP authentication provider -
Uses of Vertx in io.vertx.ext.auth.oauth2
Methods in io.vertx.ext.auth.oauth2 with parameters of type VertxModifier and TypeMethodDescriptionstatic OAuth2AuthCreate a OAuth2 auth provider.static OAuth2AuthOAuth2Auth.create(Vertx vertx, OAuth2Options config) Create a OAuth2 auth provider -
Uses of Vertx in io.vertx.ext.auth.oauth2.providers
Methods in io.vertx.ext.auth.oauth2.providers with parameters of type VertxModifier and TypeMethodDescriptionstatic OAuth2AuthAmazonCognitoAuth.create(Vertx vertx, String region, String clientId, String clientSecret, String domain, String guid) Create a OAuth2Auth provider for Amazon Cognitostatic OAuth2AuthAmazonCognitoAuth.create(Vertx vertx, String region, String clientId, String clientSecret, String domain, String userPoolId, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for Amazon Cognitostatic OAuth2AuthAppleIdAuth.create(Vertx vertx, String clientId, String teamId, PubSecKeyOptions privateKey) Create a OAuth2Auth provider for Applestatic OAuth2AuthAppleIdAuth.create(Vertx vertx, String clientId, String teamId, PubSecKeyOptions privateKey, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for Applestatic OAuth2AuthCreate a OAuth2Auth provider for Okta Auth0static OAuth2AuthAuth0Auth.create(Vertx vertx, String clientId, String clientSecret, String tenant, String audience, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for Okta Auth0static OAuth2AuthCreate a OAuth2Auth provider for Microsoft Azure Active Directorystatic OAuth2AuthAzureADAuth.create(Vertx vertx, String clientId, String clientSecret, String guid, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for Microsoft Azure Active Directorystatic OAuth2AuthCreate a OAuth2Auth provider for App.netstatic OAuth2AuthBoxAuth.create(Vertx vertx, String clientId, String clientSecret, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for App.netstatic OAuth2AuthCreate a OAuth2Auth provider for CloudFoundry UAAstatic OAuth2AuthCloudFoundryAuth.create(Vertx vertx, String clientId, String clientSecret, String uuaURL, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for CloudFoundry UAAstatic OAuth2AuthCreate a OAuth2Auth provider for Dropboxstatic OAuth2AuthDropboxAuth.create(Vertx vertx, String clientId, String clientSecret, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for Dropboxstatic OAuth2AuthCreate a OAuth2Auth provider for Facebookstatic OAuth2AuthFacebookAuth.create(Vertx vertx, String clientId, String clientSecret, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for Facebookstatic OAuth2AuthCreate a OAuth2Auth provider for Foursquarestatic OAuth2AuthFoursquareAuth.create(Vertx vertx, String clientId, String clientSecret, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for Foursquarestatic OAuth2AuthCreate a OAuth2Auth provider for Giteestatic OAuth2AuthGiteeAuth.create(Vertx vertx, String clientId, String clientSecret, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for Giteestatic OAuth2AuthCreate a OAuth2Auth provider for Githubstatic OAuth2AuthGithubAuth.create(Vertx vertx, String clientId, String clientSecret, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for Githubstatic OAuth2AuthCreate a OAuth2Auth provider for GitLab.com.static OAuth2AuthCreate a OAuth2Auth provider for GitLab.static OAuth2AuthGitLabAuth.create(Vertx vertx, String site, String clientId, String clientSecret, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for GitLab.static OAuth2AuthGoogleAuth.create(Vertx vertx, JsonObject serviceAccountJson) Create a OAuth2Auth provider for Google Service Account (Server to Server)static OAuth2AuthGoogleAuth.create(Vertx vertx, JsonObject serviceAccountJson, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for Google Service Account (Server to Server)static OAuth2AuthCreate a OAuth2Auth provider for Googlestatic OAuth2AuthGoogleAuth.create(Vertx vertx, String clientId, String clientSecret, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for Googlestatic OAuth2AuthCreate a OAuth2Auth provider for Herokustatic OAuth2AuthHerokuAuth.create(Vertx vertx, String clientId, String clientSecret, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for Herokustatic OAuth2AuthCreate a OAuth2Auth provider for IBM Cloudstatic OAuth2AuthIBMCloudAuth.create(Vertx vertx, String region, String clientId, String clientSecret, String guid, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for IBM Cloudstatic OAuth2AuthCreate a OAuth2Auth provider for Instagramstatic OAuth2AuthInstagramAuth.create(Vertx vertx, String clientId, String clientSecret, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for Instagramstatic OAuth2AuthKeycloakAuth.create(Vertx vertx, JsonObject config) Create a OAuth2Auth provider for Keycloakstatic OAuth2AuthKeycloakAuth.create(Vertx vertx, JsonObject config, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for Keycloakstatic OAuth2AuthKeycloakAuth.create(Vertx vertx, OAuth2FlowType flow, JsonObject config) Create a OAuth2Auth provider for Keycloakstatic OAuth2AuthKeycloakAuth.create(Vertx vertx, OAuth2FlowType flow, JsonObject config, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for Keycloakstatic OAuth2AuthCreate a OAuth2Auth provider for LinkedInstatic OAuth2AuthLinkedInAuth.create(Vertx vertx, String clientId, String clientSecret, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for LinkedInstatic OAuth2AuthCreate a OAuth2Auth provider for live.comstatic OAuth2AuthLiveAuth.create(Vertx vertx, String clientId, String clientSecret, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for live.comstatic OAuth2AuthCreate a OAuth2Auth provider for Mailchimpstatic OAuth2AuthMailchimpAuth.create(Vertx vertx, String clientId, String clientSecret, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for Mailchimpstatic OAuth2AuthCreate a OAuth2Auth provider for Salesforcestatic OAuth2AuthSalesforceAuth.create(Vertx vertx, String clientId, String clientSecret, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for Salesforcestatic OAuth2AuthCreate a OAuth2Auth provider for Shopifystatic OAuth2AuthShopifyAuth.create(Vertx vertx, String clientId, String clientSecret, String shop, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for Shopifystatic OAuth2AuthCreate a OAuth2Auth provider for SoundCloudstatic OAuth2AuthSoundcloudAuth.create(Vertx vertx, String clientId, String clientSecret, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for SoundCloudstatic OAuth2AuthCreate a OAuth2Auth provider for Stripestatic OAuth2AuthStripeAuth.create(Vertx vertx, String clientId, String clientSecret, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for Stripestatic OAuth2AuthCreate a OAuth2Auth provider for Twitterstatic OAuth2AuthTwitterAuth.create(Vertx vertx, String clientId, String clientSecret, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for Twitterstatic OAuth2AuthCreate a OAuth2Auth provider for Zoho (default DC)static OAuth2AuthZohoAuth.create(Vertx vertx, String dc, String clientId, String clientSecret, String soid, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for Zohostatic Future<OAuth2Auth> AmazonCognitoAuth.discover(Vertx vertx, OAuth2Options config) Create a OAuth2Auth provider for OpenID Connect Discovery.static Future<OAuth2Auth> AppleIdAuth.discover(Vertx vertx, PubSecKeyOptions privateKey, OAuth2Options config) Create a OAuth2Auth provider for OpenID Connect Discovery.static Future<OAuth2Auth> AzureADAuth.discover(Vertx vertx, OAuth2Options config) Create a OAuth2Auth provider for OpenID Connect Discovery.static Future<OAuth2Auth> GoogleAuth.discover(Vertx vertx, OAuth2Options config) Create a OAuth2Auth provider for OpenID Connect Discovery.static Future<OAuth2Auth> IBMCloudAuth.discover(Vertx vertx, OAuth2Options config) Create a OAuth2Auth provider for OpenID Connect Discovery.static Future<OAuth2Auth> KeycloakAuth.discover(Vertx vertx, OAuth2Options config) Create a OAuth2Auth provider for OpenID Connect Discovery.static Future<OAuth2Auth> OpenIDConnectAuth.discover(Vertx vertx, OAuth2Options config) Create a OAuth2Auth provider for OpenID Connect Discovery.static Future<OAuth2Auth> SalesforceAuth.discover(Vertx vertx, OAuth2Options config) Create a OAuth2Auth provider for OpenID Connect Discovery.static Future<OAuth2Auth> ZohoAuth.discover(Vertx vertx, String soid, OAuth2Options config) Create a OAuth2Auth provider for OpenID Connect Discovery.static Future<OAuth2Auth> ZohoAuth.discover(Vertx vertx, String dc, String soid, OAuth2Options config) Create a OAuth2Auth provider for OpenID Connect Discovery. -
Uses of Vertx in io.vertx.ext.auth.prng
Methods in io.vertx.ext.auth.prng with parameters of type VertxModifier and TypeMethodDescriptionstatic VertxContextPRNGGet or create a secure non blocking random number generator using the current vert.x instance.Constructors in io.vertx.ext.auth.prng with parameters of type Vertx -
Uses of Vertx in io.vertx.ext.auth.properties
Methods in io.vertx.ext.auth.properties with parameters of type VertxModifier and TypeMethodDescriptionstatic PropertyFileAuthenticationCreate a File authentication providerstatic PropertyFileAuthorizationCreate a File authentication provider -
Uses of Vertx in io.vertx.ext.auth.webauthn4j
Methods in io.vertx.ext.auth.webauthn4j with parameters of type VertxModifier and TypeMethodDescriptionstatic WebAuthn4JCreate a WebAuthN auth providerstatic WebAuthn4JWebAuthn4J.create(Vertx vertx, WebAuthn4JOptions options) Create a WebAuthN auth provider -
Uses of Vertx in io.vertx.ext.cluster.infinispan
Methods in io.vertx.ext.cluster.infinispan with parameters of type VertxModifier and TypeMethodDescriptionstatic ClusterHealthCheckClusterHealthCheck.createProcedure(Vertx vertx) static ClusterHealthCheckClusterHealthCheck.createProcedure(Vertx vertx, boolean detailed) Creates a ready-to-use Vert.x clusterHealthChecksprocedure.void -
Uses of Vertx in io.vertx.ext.consul
Methods in io.vertx.ext.consul with parameters of type VertxModifier and TypeMethodDescriptionstatic ConsulClientCreate a Consul client with default options.static ConsulClientConsulClient.create(Vertx vertx, ConsulClientOptions options) Create a Consul client.CreatesWatchto monitoring the custom user events.Watch.events(String event, Vertx vertx, ConsulClientOptions options) CreatesWatchto monitoring the custom user events.CreatesWatchto monitoring a specific key in the KV store.Watch.key(String key, Vertx vertx, ConsulClientOptions options) CreatesWatchto monitoring a specific key in the KV store.static Watch<KeyValueList> CreatesWatchto monitoring a prefix of keys in the KV store.static Watch<KeyValueList> Watch.keyPrefix(String keyPrefix, Vertx vertx, ConsulClientOptions options) CreatesWatchto monitoring a prefix of keys in the KV store.Watch.nodeHealthChecks(String node, CheckQueryOptions opt, Vertx vertx, ConsulClientOptions options) CreatesWatchto monitoring the health checks of the nodes.CreatesWatchto monitoring the list of available nodes.Watch.nodes(Vertx vertx, ConsulClientOptions options) CreatesWatchto monitoring the list of available nodes.static Watch<ServiceEntryList> CreatesWatchto monitoring the nodes providing the service.static Watch<ServiceEntryList> Watch.service(String service, Vertx vertx, ConsulClientOptions options) CreatesWatchto monitoring the nodes providing the service.Watch.serviceHealthChecks(String service, CheckQueryOptions checkQueryOptions, Vertx vertx, ConsulClientOptions options) CreatesWatchto monitoring the health checks of the nodes.static Watch<ServiceList> CreatesWatchto monitoring the list of available services.static Watch<ServiceList> Watch.services(Vertx vertx, ConsulClientOptions options) CreatesWatchto monitoring the list of available services. -
Uses of Vertx in io.vertx.ext.dropwizard
Methods in io.vertx.ext.dropwizard with parameters of type VertxModifier and TypeMethodDescriptionstatic MetricsServiceCreates a metric service for a givenVertxinstance.Constructors in io.vertx.ext.dropwizard with parameters of type VertxModifierConstructorDescriptionScheduledMetricsConsumer(Vertx vertx) ScheduledMetricsConsumer(Vertx vertx, Measured measured) -
Uses of Vertx in io.vertx.ext.eventbus.bridge.tcp
Methods in io.vertx.ext.eventbus.bridge.tcp with parameters of type VertxModifier and TypeMethodDescriptionstatic TcpEventBusBridgestatic TcpEventBusBridgeTcpEventBusBridge.create(Vertx vertx, BridgeOptions options) static TcpEventBusBridgeTcpEventBusBridge.create(Vertx vertx, BridgeOptions options, NetServerOptions netServerOptions) static TcpEventBusBridgeTcpEventBusBridge.create(Vertx vertx, BridgeOptions options, NetServerOptions netServerOptions, Handler<BridgeEvent> eventHandler) -
Uses of Vertx in io.vertx.ext.healthchecks
Methods in io.vertx.ext.healthchecks with parameters of type VertxModifier and TypeMethodDescriptionstatic HealthChecksCreates a new instance of the default implementation ofHealthChecks. -
Uses of Vertx in io.vertx.ext.mail
Methods in io.vertx.ext.mail with parameters of type VertxModifier and TypeMethodDescriptionstatic MailClientBuilderProvide a builder forMailClient.static MailClientMailClient.create(Vertx vertx, MailConfig config) Create a non shared instance of the mail client.static MailClientMailClient.createShared(Vertx vertx, MailConfig config) LikeMailClient.createShared(io.vertx.core.Vertx, MailConfig, String)but with the default pool namestatic MailClientMailClient.createShared(Vertx vertx, MailConfig config, String poolName) Create a Mail client which shares its connection pool with any other Mail clients created with the same pool name -
Uses of Vertx in io.vertx.ext.mongo
Methods in io.vertx.ext.mongo with parameters of type VertxModifier and TypeMethodDescriptionstatic MongoClientMongoClient.create(Vertx vertx, JsonObject config) Create a Mongo client which maintains its own data source.static MongoClientMongoClient.createShared(Vertx vertx, JsonObject config) LikeMongoClient.createShared(io.vertx.core.Vertx, JsonObject, String)but with the default data source namestatic MongoClientMongoClient.createShared(Vertx vertx, JsonObject config, String dataSourceName) Create a Mongo client which shares its data source with any other Mongo clients created with the same data source namestatic MongoClientMongoClient.createWithMongoSettings(Vertx vertx, JsonObject config, String dataSourceName, com.mongodb.MongoClientSettings settings) Constructor targeting the jvm, like standard constructorMongoClient.createShared(Vertx, JsonObject, String), but it accepts default mongoClientSettings to configure mongo -
Uses of Vertx in io.vertx.ext.reactivestreams
Methods in io.vertx.ext.reactivestreams with parameters of type VertxModifier and TypeMethodDescriptionstatic <T> ReactiveWriteStream<T> ReactiveWriteStream.writeStream(Vertx vertx) Create a reactive write stream -
Uses of Vertx in io.vertx.ext.shell
Methods in io.vertx.ext.shell with parameters of type VertxModifier and TypeMethodDescriptionstatic ShellServerCreate a new shell server with specific options.static ShellServerShellServer.create(Vertx vertx, ShellServerOptions options) Create a new shell server with default options.static ShellServiceLikeShellService.create(Vertx, ShellServiceOptions), with default options.static ShellServiceShellService.create(Vertx vertx, ShellServiceOptions options) Create a new shell service. -
Uses of Vertx in io.vertx.ext.shell.cli
Methods in io.vertx.ext.shell.cli that return Vertx -
Uses of Vertx in io.vertx.ext.shell.command
Methods in io.vertx.ext.shell.command that return VertxMethods in io.vertx.ext.shell.command with parameters of type VertxModifier and TypeMethodDescriptionstatic CommandResolverCommandResolver.baseCommands(Vertx vertx) Build the commandstatic CommandCommand.create(Vertx vertx, Class<? extends AnnotatedCommand> clazz) Create a command from a Java class, annotated with Vert.x Core CLI annotations.static CommandRegistryCreate a new registry.static CommandRegistryGet the shared registry for the Vert.x instance. -
Uses of Vertx in io.vertx.ext.shell.command.base
Constructors in io.vertx.ext.shell.command.base with parameters of type Vertx -
Uses of Vertx in io.vertx.ext.shell.spi
Methods in io.vertx.ext.shell.spi with parameters of type VertxModifier and TypeMethodDescriptionvoidCommandResolverFactory.resolver(Vertx vertx, Handler<AsyncResult<CommandResolver>> resolveHandler) Obtain a command resolver for a Vert.x instance. -
Uses of Vertx in io.vertx.ext.shell.term
Methods in io.vertx.ext.shell.term with parameters of type VertxModifier and TypeMethodDescriptionstatic SockJSTermHandlerstatic TermServerTermServer.createHttpTermServer(Vertx vertx) Create a term server for the HTTP protocol.static TermServerTermServer.createHttpTermServer(Vertx vertx, HttpTermOptions options) Create a term server for the HTTP protocol.static TermServerTermServer.createHttpTermServer(Vertx vertx, Router router) Create a term server for the HTTP protocol, using an existing router.static TermServerTermServer.createHttpTermServer(Vertx vertx, Router router, HttpTermOptions options) Create a term server for the HTTP protocol, using an existing router.static TermServerTermServer.createSSHTermServer(Vertx vertx) Create a term server for the SSH protocol.static TermServerTermServer.createSSHTermServer(Vertx vertx, SSHTermOptions options) Create a term server for the SSH protocol.static TermServerTermServer.createTelnetTermServer(Vertx vertx) Create a term server for the Telnet protocol.static TermServerTermServer.createTelnetTermServer(Vertx vertx, TelnetTermOptions options) Create a term server for the Telnet protocol. -
Uses of Vertx in io.vertx.ext.stomp
Methods in io.vertx.ext.stomp that return VertxMethods in io.vertx.ext.stomp with parameters of type VertxModifier and TypeMethodDescriptionstatic DestinationDestination.bridge(Vertx vertx, BridgeOptions options) Creates a destination for the given address.static StompClientCreates aStompClientusing the default implementation.static StompClientStompClient.create(Vertx vertx, StompClientOptions options) Creates aStompClientusing the default implementation.static StompServerCreates aStompServerbased on the default Stomp Server implementation, and use the default options.static StompServerCreates aStompServerbased on the default Stomp Server implementation.static StompServerStompServer.create(Vertx vertx, NetServer net, StompServerOptions options) Creates aStompServerbased on the default Stomp Server implementation.static StompServerStompServer.create(Vertx vertx, StompServerOptions options) Creates aStompServerbased on the default Stomp Server implementation.static StompServerHandlerCreates an instance ofStompServerHandlerusing the default (compliant) implementation.static Destinationstatic Destination -
Uses of Vertx in io.vertx.ext.unit
Methods in io.vertx.ext.unit with parameters of type VertxModifier and TypeMethodDescriptionvoidTestCase.awaitSuccess(Vertx vertx) Assert the test case passes and block until it is executed.voidTestCase.awaitSuccess(Vertx vertx, long timeout, TimeUnit unit) Assert the test case passes and block until it is executed.Run the testsuite with the default options and the specifiedvertxinstance.TestSuite.run(Vertx vertx, TestOptions options) Run the testsuite with the specifiedoptionsand the specifiedvertxinstance. -
Uses of Vertx in io.vertx.ext.unit.collect
Methods in io.vertx.ext.unit.collect with parameters of type VertxModifier and TypeMethodDescriptionstatic EventBusCollectorEventBusCollector.create(Vertx vertx, Handler<TestSuiteReport> reporter) static EventBusCollectorEventBusCollector.create(Vertx vertx, ReportingOptions options) Create a message handler reporting with the specified options. -
Uses of Vertx in io.vertx.ext.unit.junit
Methods in io.vertx.ext.unit.junit that return VertxModifier and TypeMethodDescriptionRunTestOnContext.vertx()Retrieves the current Vert.x instance, this value varies according to the test life cycle.Constructor parameters in io.vertx.ext.unit.junit with type arguments of type VertxModifierConstructorDescriptionRunTestOnContext(Future<Vertx> createVertx) Create a new rule with an asynchronous supplier for creating a Vert.x instance.RunTestOnContext(Future<Vertx> createVertx, BiConsumer<Vertx, Consumer<Void>> closeVertx) Create a new rule with an asynchronous supplier and consumer for creating and closing a Vert.x instance.RunTestOnContext(Future<Vertx> createVertx, BiConsumer<Vertx, Consumer<Void>> closeVertx) Create a new rule with an asynchronous supplier and consumer for creating and closing a Vert.x instance.RunTestOnContext(Supplier<Vertx> createVertx) Create a new rule with supplier for creating a Vert.x instance.RunTestOnContext(Supplier<Vertx> createVertx, BiConsumer<Vertx, Consumer<Void>> closeVertx) Create a new rule with supplier/consumer for creating/closing a Vert.x instance.RunTestOnContext(Supplier<Vertx> createVertx, BiConsumer<Vertx, Consumer<Void>> closeVertx) Create a new rule with supplier/consumer for creating/closing a Vert.x instance. -
Uses of Vertx in io.vertx.ext.unit.report
Methods in io.vertx.ext.unit.report with parameters of type VertxModifier and TypeMethodDescriptionstatic Reporter<?> Reporter.reporter(Vertx vertx, ReportOptions options) ReporterFactory.reporter(Vertx vertx, ReportOptions options) -
Uses of Vertx in io.vertx.ext.web
Methods in io.vertx.ext.web that return VertxMethods in io.vertx.ext.web with parameters of type Vertx -
Uses of Vertx in io.vertx.ext.web.api.service
Methods in io.vertx.ext.web.api.service with parameters of type VertxModifier and TypeMethodDescriptionstatic OpenAPIRouterHandlerOpenAPIRouterHandler.create(Vertx vertx, Operation operation, DeliveryOptions deliveryOptions, BiFunction<Operation, RoutingContext, JsonObject> extraPayloadMapper, ResponseValidator validator) static OpenAPIRouterHandlerOpenAPIRouterHandler.create(Vertx vertx, Operation operation, ResponseValidator validator) Creates a new OpenAPIRouterHandler to forward requests from OpenAPI Router to Web API Service Proxies. -
Uses of Vertx in io.vertx.ext.web.client
Methods in io.vertx.ext.web.client with parameters of type VertxModifier and TypeMethodDescriptionstatic WebClientCreate a web client using the providedvertxinstance and default options.static WebClientWebClient.create(Vertx vertx, WebClientConfig config) Create a web client using the providedvertxinstance and default pooling options.static WebClientWebClient.create(Vertx vertx, WebClientConfig config, PoolOptions poolOptions) Create a web client using the providedvertxinstance.static WebClientWebClient.create(Vertx vertx, WebClientConfig config, ClientSSLOptions sslOptions) Create a web client using the providedvertxinstance, SSL options and default pooling options.static WebClientWebClient.create(Vertx vertx, WebClientConfig config, ClientSSLOptions sslOptions, PoolOptions poolOptions) Create a web client using the providedvertxinstance and SSL options.static WebClientWebClient.create(Vertx vertx, WebClientOptions options) Create a web client using the providedvertxinstance and default pooling options.static WebClientWebClient.create(Vertx vertx, WebClientOptions options, PoolOptions poolOptions) Create a web client using the providedvertxinstance. -
Uses of Vertx in io.vertx.ext.web.client.spi
Methods in io.vertx.ext.web.client.spi with parameters of type VertxModifier and TypeMethodDescriptionstatic CacheStoreCacheStore.sharedDataStore(Vertx vertx) Builds a cache store that uses anAsyncMapfromSharedData. -
Uses of Vertx in io.vertx.ext.web.common.template
Constructors in io.vertx.ext.web.common.template with parameters of type Vertx -
Uses of Vertx in io.vertx.ext.web.handler
Methods in io.vertx.ext.web.handler with parameters of type VertxModifier and TypeMethodDescriptionstatic CSRFHandlerInstantiate a new CSRFHandlerImpl with a secretstatic DigestAuthHandlerDigestAuthHandler.create(Vertx vertx, HtdigestAuth authProvider) Create a digest auth handlerstatic DigestAuthHandlerDigestAuthHandler.create(Vertx vertx, HtdigestAuth authProvider, long nonceExpireTimeout) Create a digest auth handler, specifying the expire timeout for nonces.static ErrorHandlerCreate an error handler using defaultsstatic ErrorHandlerCreate an error handlerstatic ErrorHandlerCreate an error handlerstatic ErrorHandlerCreate an error handlerstatic FaviconHandlerCreate a handler with defaultsstatic FaviconHandlerCreate a handler with the specified max cache timestatic FaviconHandlerCreate a handler attempting to load favicon file from the specified pathstatic FaviconHandlerCreate a handler attempting to load favicon file from the specified path, and with the specified max cache timestatic OAuth2AuthHandlerOAuth2AuthHandler.create(Vertx vertx, OAuth2Auth authProvider) Create a OAuth2 auth handler without host pinning.Most providers will not look to the redirect url but always redirect to the preconfigured callback.static OAuth2AuthHandlerOAuth2AuthHandler.create(Vertx vertx, OAuth2Auth authProvider, String callbackURL) Create a OAuth2 auth handler with host pinning. -
Uses of Vertx in io.vertx.ext.web.handler.graphql
Methods in io.vertx.ext.web.handler.graphql with parameters of type VertxModifier and TypeMethodDescriptionstatic GraphiQLHandlerBuilderCreate a newGraphiQLHandlerBuilderwith defaultGraphiQLHandlerOptions.static GraphiQLHandlerCreate a newGraphiQLHandler.static GraphiQLHandlerGraphiQLHandler.create(Vertx vertx, GraphiQLHandlerOptions options) Create a newGraphiQLHandler. -
Uses of Vertx in io.vertx.ext.web.handler.sockjs
Methods in io.vertx.ext.web.handler.sockjs with parameters of type VertxModifier and TypeMethodDescriptionstatic SockJSHandlerCreate a SockJS handlerstatic SockJSHandlerSockJSHandler.create(Vertx vertx, SockJSHandlerOptions options) Create a SockJS handler -
Uses of Vertx in io.vertx.ext.web.healthchecks
Methods in io.vertx.ext.web.healthchecks with parameters of type VertxModifier and TypeMethodDescriptionstatic HealthCheckHandlerCreates an instance of the default implementation of theHealthCheckHandler.static HealthCheckHandlerHealthCheckHandler.create(Vertx vertx, AuthenticationProvider provider) Creates an instance of the default implementation of theHealthCheckHandler. -
Uses of Vertx in io.vertx.ext.web.openapi.router
Methods in io.vertx.ext.web.openapi.router with parameters of type VertxModifier and TypeMethodDescriptionstatic RouterBuilderRouterBuilder.create(Vertx vertx, OpenAPIContract contract) Create a newRouterBuilder.static RouterBuilderRouterBuilder.create(Vertx vertx, OpenAPIContract contract, RequestExtractor extractor) Create a newRouterBuilder. -
Uses of Vertx in io.vertx.ext.web.sstore
Methods in io.vertx.ext.web.sstore with parameters of type VertxModifier and TypeMethodDescriptionstatic ClusteredSessionStoreCreate a session storestatic ClusteredSessionStoreCreate a session store.static ClusteredSessionStoreCreate a session storestatic ClusteredSessionStoreCreate a session store.static LocalSessionStoreCreate a session storestatic LocalSessionStoreCreate a session storestatic LocalSessionStoreCreate a session storestatic SessionStoreCreate a Session store given a backend and configuration JSON.static SessionStoreSessionStore.create(Vertx vertx, JsonObject options) Create a Session store given a backend and configuration JSON.SessionStore.init(Vertx vertx, JsonObject options) Initialize this store. -
Uses of Vertx in io.vertx.ext.web.sstore.cookie
Methods in io.vertx.ext.web.sstore.cookie with parameters of type VertxModifier and TypeMethodDescriptionstatic CookieSessionStoreCreates a CookieSessionStore.static CookieSessionStoreDeprecated. -
Uses of Vertx in io.vertx.ext.web.sstore.infinispan
Methods in io.vertx.ext.web.sstore.infinispan with parameters of type VertxModifier and TypeMethodDescriptionstatic InfinispanSessionStoreInfinispanSessionStore.create(Vertx vertx, JsonObject options) Create a newInfinispanSessionStorefor the given configuration.static InfinispanSessionStoreInfinispanSessionStore.create(Vertx vertx, JsonObject options, org.infinispan.client.hotrod.RemoteCacheManager remoteCacheManager) LikeInfinispanSessionStore.create(Vertx, JsonObject)but with a pre-configured Infinispan Client. -
Uses of Vertx in io.vertx.ext.web.sstore.redis
Methods in io.vertx.ext.web.sstore.redis with parameters of type VertxModifier and TypeMethodDescriptionstatic RedisSessionStoreCreates a RedisSessionStore with the given retry TO.static RedisSessionStoreCreates a RedisSessionStore with the default retry TO. -
Uses of Vertx in io.vertx.ext.web.templ.freemarker
Methods in io.vertx.ext.web.templ.freemarker with parameters of type VertxModifier and TypeMethodDescriptionstatic FreeMarkerTemplateEngineCreate a template engine using defaultsstatic FreeMarkerTemplateEngineCreate a template engine using defaults -
Uses of Vertx in io.vertx.ext.web.templ.handlebars
Methods in io.vertx.ext.web.templ.handlebars with parameters of type VertxModifier and TypeMethodDescriptionstatic HandlebarsTemplateEngineCreate a template engine using defaultsstatic HandlebarsTemplateEngineCreate a template engine using defaults -
Uses of Vertx in io.vertx.ext.web.templ.mvel
Methods in io.vertx.ext.web.templ.mvel with parameters of type VertxModifier and TypeMethodDescriptionstatic MVELTemplateEngineCreate a template engine using defaultsstatic MVELTemplateEngineCreate a template engine using defaults -
Uses of Vertx in io.vertx.ext.web.templ.pebble
Methods in io.vertx.ext.web.templ.pebble with parameters of type VertxModifier and TypeMethodDescriptionstatic PebbleTemplateEngineCreate a template engine using defaultsstatic PebbleTemplateEngineCreate a template engine using a custom Builder, e.g. if you want use custom Filters or Functions.static PebbleTemplateEngineCreate a template engine using defaultsstatic PebbleTemplateEnginePebbleTemplateEngine.create(Vertx vertx, String extension, io.pebbletemplates.pebble.PebbleEngine engine) Create a template engine using a custom Builder, e.g. if you want use custom Filters or Functions. -
Uses of Vertx in io.vertx.ext.web.templ.pug
Methods in io.vertx.ext.web.templ.pug with parameters of type VertxModifier and TypeMethodDescriptionstatic PugTemplateEngineCreate a template engine using defaultsstatic PugTemplateEngineCreate a template engine using defaultsstatic PugTemplateEngineCreate a template engine using defaults -
Uses of Vertx in io.vertx.ext.web.templ.thymeleaf
Methods in io.vertx.ext.web.templ.thymeleaf with parameters of type VertxModifier and TypeMethodDescriptionstatic ThymeleafTemplateEngineCreate a template engine using defaults -
Uses of Vertx in io.vertx.grpc
Methods in io.vertx.grpc with parameters of type VertxModifier and TypeMethodDescriptionstatic VertxChannelBuilderVertxChannelBuilder.forAddress(Vertx vertx, String host, int port) Deprecated, for removal: This API element is subject to removal in a future version.static VertxChannelBuilderVertxChannelBuilder.forAddress(Vertx vertx, SocketAddress address) Deprecated, for removal: This API element is subject to removal in a future version.static VertxServerBuilderVertxServerBuilder.forAddress(Vertx vertx, String host, int port) Deprecated, for removal: This API element is subject to removal in a future version.static VertxServerBuilderVertxServerBuilder.forAddress(Vertx vertx, SocketAddress address) Deprecated, for removal: This API element is subject to removal in a future version.static VertxServerBuilderDeprecated, for removal: This API element is subject to removal in a future version.static VertxChannelBuilderDeprecated, for removal: This API element is subject to removal in a future version.static ServerInterceptorBlockingServerInterceptor.wrap(Vertx vertx, ServerInterceptor interceptor) Deprecated. -
Uses of Vertx in io.vertx.grpc.client
Methods in io.vertx.grpc.client with parameters of type VertxModifier and TypeMethodDescriptionstatic GrpcClientBuilder<GrpcClient> Provide a builder forGrpcClient, it can be used to configure advanced client settings like a load balancer or an address resolver.static GrpcClientCreate a client.static GrpcClientGrpcClient.client(Vertx vertx, HttpClient client) Create a client wrapping an existingHttpClient.static GrpcClientGrpcClient.client(Vertx vertx, HttpClientOptions options) Create a client with the specifiedoptions.static GrpcClientGrpcClient.client(Vertx vertx, ClientSSLOptions sslOptions) Create a client with the specifiedsslOptions.static GrpcClientGrpcClient.client(Vertx vertx, GrpcClientOptions options) Create a client.static GrpcClientGrpcClient.client(Vertx vertx, GrpcClientOptions grpcOptions, HttpClientOptions httpOptions) Create a client with the specifiedoptions.static GrpcClientGrpcClient.client(Vertx vertx, GrpcClientOptions grpcOptions, ClientSSLOptions sslOptions) Create a client with the specifiedsslOptions. -
Uses of Vertx in io.vertx.grpc.server
Methods in io.vertx.grpc.server with parameters of type VertxModifier and TypeMethodDescriptionstatic GrpcServerCreate a blank gRPC server with default options.static GrpcServerGrpcServer.server(Vertx vertx, GrpcServerOptions options) Create a blank gRPC server with specified options. -
Uses of Vertx in io.vertx.grpcio.client
Methods in io.vertx.grpcio.client with parameters of type VertxModifier and TypeMethodDescriptionstatic GrpcClientBuilder<GrpcIoClient> static GrpcIoClientCreate a client.static GrpcIoClientGrpcIoClient.client(Vertx vertx, HttpClient client) Create a client wrapping an existingHttpClient.static GrpcIoClientGrpcIoClient.client(Vertx vertx, HttpClientOptions options) Create a client with the specifiedoptions.static GrpcIoClientGrpcIoClient.client(Vertx vertx, GrpcClientOptions options) Create a client.static GrpcIoClientGrpcIoClient.client(Vertx vertx, GrpcClientOptions grpcOptions, HttpClientOptions httpOptions) Create a client with the specifiedoptions. -
Uses of Vertx in io.vertx.grpcio.server
Methods in io.vertx.grpcio.server with parameters of type VertxModifier and TypeMethodDescriptionstatic GrpcIoServerCreate a blank gRPC server with default options.static GrpcIoServerGrpcIoServer.server(Vertx vertx, GrpcServerOptions options) Create a blank gRPC server with specified options. -
Uses of Vertx in io.vertx.jdbcclient
Methods in io.vertx.jdbcclient with parameters of type VertxModifier and TypeMethodDescriptionstatic PoolJDBCPool.pool(Vertx vertx, JDBCConnectOptions connectOptions, PoolOptions poolOptions) Create a JDBC pool which maintains its own data source.static PoolJDBCPool.pool(Vertx vertx, DataSource dataSource, PoolOptions poolOptions) Create a JDBC pool using a pre-initialized data source, note this data source does not need to be a pool. -
Uses of Vertx in io.vertx.junit5
Subinterfaces with type arguments of type Vertx in io.vertx.junit5Modifier and TypeInterfaceDescriptioninterfaceA supplier ofVertxinstances for use with the@ProvidedByannotation.Classes in io.vertx.junit5 that implement interfaces with type arguments of type VertxMethods in io.vertx.junit5 that return VertxModifier and TypeMethodDescriptionVertxParameterProvider.newInstance(org.junit.jupiter.api.extension.ExtensionContext extensionContext, org.junit.jupiter.api.extension.ParameterContext parameterContext) RunTestOnContext.vertx()Methods in io.vertx.junit5 that return types with arguments of type VertxModifier and TypeMethodDescriptionVertxParameterProvider.parameterClosingConsumer()VertxParameterProvider.type()Methods in io.vertx.junit5 with parameters of type VertxModifier and TypeMethodDescriptiondefault voidCalled when the test scope ends to clean up theVertxinstance.Constructor parameters in io.vertx.junit5 with type arguments of type VertxModifierConstructorDescriptionRunTestOnContext(Supplier<Future<Vertx>> supplier) Create an instance of this extension that gets aVertxobject using the specified asynchronoussupplier.Create an instance of this extension that gets aVertxobject using the specified asynchronoussupplier.Create an instance of this extension that gets aVertxobject using the specified asynchronoussupplier. -
Uses of Vertx in io.vertx.kafka.admin
Methods in io.vertx.kafka.admin with parameters of type VertxModifier and TypeMethodDescriptionstatic KafkaAdminClientCreate a new KafkaAdminClient instancestatic KafkaAdminClientKafkaAdminClient.create(Vertx vertx, Properties config) Create a new KafkaAdminClient instancestatic KafkaAdminClientCreate a new KafkaAdminClient instance -
Uses of Vertx in io.vertx.kafka.client.consumer
Methods in io.vertx.kafka.client.consumer with parameters of type VertxModifier and TypeMethodDescriptionstatic <K,V> KafkaConsumer <K, V> KafkaConsumer.create(Vertx vertx, KafkaClientOptions options) Create a new KafkaConsumer instancestatic <K,V> KafkaConsumer <K, V> KafkaConsumer.create(Vertx vertx, KafkaClientOptions options, Class<K> keyType, Class<V> valueType) Create a new KafkaConsumer instancestatic <K,V> KafkaConsumer <K, V> KafkaConsumer.create(Vertx vertx, KafkaClientOptions options, org.apache.kafka.common.serialization.Deserializer<K> keyDeserializer, org.apache.kafka.common.serialization.Deserializer<V> valueDeserializer) Create a new KafkaConsumer instancestatic <K,V> KafkaConsumer <K, V> Create a new KafkaConsumer instancestatic <K,V> KafkaConsumer <K, V> Create a new KafkaConsumer instancestatic <K,V> KafkaConsumer <K, V> KafkaConsumer.create(Vertx vertx, Map<String, String> config, org.apache.kafka.common.serialization.Deserializer<K> keyDeserializer, org.apache.kafka.common.serialization.Deserializer<V> valueDeserializer) Create a new KafkaConsumer instancestatic <K,V> KafkaConsumer <K, V> KafkaConsumer.create(Vertx vertx, Properties config) Create a new KafkaConsumer instancestatic <K,V> KafkaConsumer <K, V> KafkaConsumer.create(Vertx vertx, Properties config, Class<K> keyType, Class<V> valueType) Create a new KafkaConsumer instancestatic <K,V> KafkaConsumer <K, V> KafkaConsumer.create(Vertx vertx, Properties config, org.apache.kafka.common.serialization.Deserializer<K> keyDeserializer, org.apache.kafka.common.serialization.Deserializer<V> valueDeserializer) Create a new KafkaConsumer instancestatic <K,V> KafkaConsumer <K, V> Create a new KafkaConsumer instance from a nativeConsumer.static <K,V> KafkaConsumer <K, V> KafkaConsumer.create(Vertx vertx, org.apache.kafka.clients.consumer.Consumer<K, V> consumer, KafkaClientOptions options) Create a new KafkaConsumer instance from a nativeConsumer.static <K,V> KafkaReadStream <K, V> KafkaReadStream.create(Vertx vertx, KafkaClientOptions options) Create a new KafkaReadStream instancestatic <K,V> KafkaReadStream <K, V> KafkaReadStream.create(Vertx vertx, KafkaClientOptions options, Class<K> keyType, Class<V> valueType) Create a new KafkaReadStream instancestatic <K,V> KafkaReadStream <K, V> KafkaReadStream.create(Vertx vertx, KafkaClientOptions options, org.apache.kafka.common.serialization.Deserializer<K> keyDeserializer, org.apache.kafka.common.serialization.Deserializer<V> valueDeserializer) Create a new KafkaReadStream instancestatic <K,V> KafkaReadStream <K, V> Create a new KafkaReadStream instancestatic <K,V> KafkaReadStream <K, V> KafkaReadStream.create(Vertx vertx, Map<String, Object> config, Class<K> keyType, Class<V> valueType) Create a new KafkaReadStream instancestatic <K,V> KafkaReadStream <K, V> KafkaReadStream.create(Vertx vertx, Map<String, Object> config, org.apache.kafka.common.serialization.Deserializer<K> keyDeserializer, org.apache.kafka.common.serialization.Deserializer<V> valueDeserializer) Create a new KafkaReadStream instancestatic <K,V> KafkaReadStream <K, V> KafkaReadStream.create(Vertx vertx, Properties config) Create a new KafkaReadStream instancestatic <K,V> KafkaReadStream <K, V> KafkaReadStream.create(Vertx vertx, Properties config, Class<K> keyType, Class<V> valueType) Create a new KafkaReadStream instancestatic <K,V> KafkaReadStream <K, V> KafkaReadStream.create(Vertx vertx, Properties config, org.apache.kafka.common.serialization.Deserializer<K> keyDeserializer, org.apache.kafka.common.serialization.Deserializer<V> valueDeserializer) Create a new KafkaReadStream instancestatic <K,V> KafkaReadStream <K, V> Create a new KafkaReadStream instancestatic <K,V> KafkaReadStream <K, V> KafkaReadStream.create(Vertx vertx, org.apache.kafka.clients.consumer.Consumer<K, V> consumer, KafkaClientOptions options) Create a new KafkaReadStream instance -
Uses of Vertx in io.vertx.kafka.client.producer
Methods in io.vertx.kafka.client.producer with parameters of type VertxModifier and TypeMethodDescriptionstatic <K,V> KafkaProducer <K, V> Create a new KafkaProducer instancestatic <K,V> KafkaProducer <K, V> Create a new KafkaProducer instancestatic <K,V> KafkaProducer <K, V> KafkaProducer.create(Vertx vertx, Map<String, String> config, org.apache.kafka.common.serialization.Serializer<K> keySerializer, org.apache.kafka.common.serialization.Serializer<V> valueSerializer) Create a new KafkaProducer instancestatic <K,V> KafkaProducer <K, V> KafkaProducer.create(Vertx vertx, Properties config) Create a new KafkaProducer instancestatic <K,V> KafkaProducer <K, V> KafkaProducer.create(Vertx vertx, Properties config, Class<K> keyType, Class<V> valueType) Create a new KafkaProducer instancestatic <K,V> KafkaProducer <K, V> KafkaProducer.create(Vertx vertx, Properties config, org.apache.kafka.common.serialization.Serializer<K> keySerializer, org.apache.kafka.common.serialization.Serializer<V> valueSerializer) Create a new KafkaProducer instancestatic <K,V> KafkaProducer <K, V> Create a new KafkaProducer instance from a nativeProducer.static <K,V> KafkaProducer <K, V> KafkaProducer.create(Vertx vertx, org.apache.kafka.clients.producer.Producer<K, V> producer, KafkaClientOptions options) Create a new KafkaProducer instance from a nativeProducer.static <K,V> KafkaWriteStream <K, V> KafkaWriteStream.create(Vertx vertx, KafkaClientOptions options) Create a new KafkaWriteStream instancestatic <K,V> KafkaWriteStream <K, V> KafkaWriteStream.create(Vertx vertx, KafkaClientOptions options, Class<K> keyType, Class<V> valueType) Create a new KafkaWriteStream instancestatic <K,V> KafkaWriteStream <K, V> KafkaWriteStream.create(Vertx vertx, KafkaClientOptions options, org.apache.kafka.common.serialization.Serializer<K> keySerializer, org.apache.kafka.common.serialization.Serializer<V> valueSerializer) Create a new KafkaWriteStream instancestatic <K,V> KafkaWriteStream <K, V> Create a new KafkaWriteStream instancestatic <K,V> KafkaWriteStream <K, V> KafkaWriteStream.create(Vertx vertx, Map<String, Object> config, Class<K> keyType, Class<V> valueType) Create a new KafkaWriteStream instancestatic <K,V> KafkaWriteStream <K, V> KafkaWriteStream.create(Vertx vertx, Map<String, Object> config, org.apache.kafka.common.serialization.Serializer<K> keySerializer, org.apache.kafka.common.serialization.Serializer<V> valueSerializer) Create a new KafkaWriteStream instancestatic <K,V> KafkaWriteStream <K, V> KafkaWriteStream.create(Vertx vertx, Properties config) Create a new KafkaWriteStream instancestatic <K,V> KafkaWriteStream <K, V> KafkaWriteStream.create(Vertx vertx, Properties config, Class<K> keyType, Class<V> valueType) Create a new KafkaWriteStream instancestatic <K,V> KafkaWriteStream <K, V> KafkaWriteStream.create(Vertx vertx, Properties config, org.apache.kafka.common.serialization.Serializer<K> keySerializer, org.apache.kafka.common.serialization.Serializer<V> valueSerializer) Create a new KafkaWriteStream instancestatic <K,V> KafkaWriteStream <K, V> Create a new KafkaWriteStream instancestatic <K,V> KafkaWriteStream <K, V> KafkaWriteStream.create(Vertx vertx, org.apache.kafka.clients.producer.Producer<K, V> producer, KafkaClientOptions options) Create a new KafkaWriteStream instance.static <K,V> KafkaProducer <K, V> KafkaProducer.createShared(Vertx vertx, String name, KafkaClientOptions options) Get or create a KafkaProducer instance which shares its stream with any other KafkaProducer created with the samenamestatic <K,V> KafkaProducer <K, V> KafkaProducer.createShared(Vertx vertx, String name, KafkaClientOptions options, Class<K> keyType, Class<V> valueType) Get or create a KafkaProducer instance which shares its stream with any other KafkaProducer created with the samenamestatic <K,V> KafkaProducer <K, V> KafkaProducer.createShared(Vertx vertx, String name, KafkaClientOptions options, org.apache.kafka.common.serialization.Serializer<K> keySerializer, org.apache.kafka.common.serialization.Serializer<V> valueSerializer) Get or create a KafkaProducer instance which shares its stream with any other KafkaProducer created with the samenamestatic <K,V> KafkaProducer <K, V> Get or create a KafkaProducer instance which shares its stream with any other KafkaProducer created with the samenamestatic <K,V> KafkaProducer <K, V> KafkaProducer.createShared(Vertx vertx, String name, Map<String, String> config, Class<K> keyType, Class<V> valueType) Get or create a KafkaProducer instance which shares its stream with any other KafkaProducer created with the samenamestatic <K,V> KafkaProducer <K, V> KafkaProducer.createShared(Vertx vertx, String name, Map<String, String> config, org.apache.kafka.common.serialization.Serializer<K> keySerializer, org.apache.kafka.common.serialization.Serializer<V> valueSerializer) Get or create a KafkaProducer instance which shares its stream with any other KafkaProducer created with the samenamestatic <K,V> KafkaProducer <K, V> KafkaProducer.createShared(Vertx vertx, String name, Properties config) Get or create a KafkaProducer instance which shares its stream with any other KafkaProducer created with the samenamestatic <K,V> KafkaProducer <K, V> KafkaProducer.createShared(Vertx vertx, String name, Properties config, Class<K> keyType, Class<V> valueType) Get or create a KafkaProducer instance which shares its stream with any other KafkaProducer created with the samenamestatic <K,V> KafkaProducer <K, V> KafkaProducer.createShared(Vertx vertx, String name, Properties config, org.apache.kafka.common.serialization.Serializer<K> keySerializer, org.apache.kafka.common.serialization.Serializer<V> valueSerializer) Get or create a KafkaProducer instance which shares its stream with any other KafkaProducer created with the samename -
Uses of Vertx in io.vertx.lang.groovy
Methods in io.vertx.lang.groovy with parameters of type Vertx -
Uses of Vertx in io.vertx.launcher.application
Methods in io.vertx.launcher.application that return Vertx -
Uses of Vertx in io.vertx.mqtt
Methods in io.vertx.mqtt with parameters of type VertxModifier and TypeMethodDescriptionstatic MqttClientReturn an MQTT client instance using the default optionsstatic MqttClientMqttClient.create(Vertx vertx, MqttClientOptions options) Return an MQTT client instancestatic MqttServerReturn an MQTT server instance using default optionsstatic MqttServerMqttServer.create(Vertx vertx, MqttServerOptions options) Return an MQTT server instance -
Uses of Vertx in io.vertx.mssqlclient
Methods in io.vertx.mssqlclient with parameters of type VertxModifier and TypeMethodDescriptionstatic Future<MSSQLConnection> MSSQLConnection.connect(Vertx vertx, MSSQLConnectOptions connectOptions) Create a connection to SQL Server with the givenconnectOptions.static Future<MSSQLConnection> LikeMSSQLConnection.connect(Vertx, MSSQLConnectOptions)with options built fromconnectionUri. -
Uses of Vertx in io.vertx.mssqlclient.spi
Methods in io.vertx.mssqlclient.spi with parameters of type VertxModifier and TypeMethodDescriptionMSSQLDriver.createConnectionFactory(Vertx vertx, NetClientOptions transportOptions) -
Uses of Vertx in io.vertx.mysqlclient
Methods in io.vertx.mysqlclient with parameters of type VertxModifier and TypeMethodDescriptionstatic Future<MySQLConnection> MySQLConnection.connect(Vertx vertx, MySQLConnectOptions connectOptions) Create a connection to MySQL server with the givenconnectOptions.static Future<MySQLConnection> LikeMySQLConnection.connect(Vertx, MySQLConnectOptions)with options built fromconnectionUri. -
Uses of Vertx in io.vertx.mysqlclient.spi
Methods in io.vertx.mysqlclient.spi with parameters of type VertxModifier and TypeMethodDescriptionMySQLDriver.createConnectionFactory(Vertx vertx, NetClientOptions transportOptions) -
Uses of Vertx in io.vertx.openapi.contract
Methods in io.vertx.openapi.contract with parameters of type VertxModifier and TypeMethodDescriptionstatic OpenAPIContractBuilderInstantiates a new builder for an openapi-contract.static Future<OpenAPIContract> OpenAPIContract.from(Vertx vertx, JsonObject contract) Resolves / dereferences the passed contract and creates anOpenAPIContractinstance.static Future<OpenAPIContract> OpenAPIContract.from(Vertx vertx, JsonObject contract, Map<String, JsonObject> additionalContractParts) Resolves / dereferences the passed contract and creates anOpenAPIContractinstance.static Future<OpenAPIContract> Resolves / dereferences the passed contract and creates anOpenAPIContractinstance.static Future<OpenAPIContract> OpenAPIContract.from(Vertx vertx, String contractPath, Map<String, String> additionalContractPartPaths) Resolves / dereferences the passed contract and creates anOpenAPIContractinstance.OpenAPIVersion.getRepository(Vertx vertx, String baseUri) OpenAPIVersion.resolve(Vertx vertx, SchemaRepository repo, JsonObject contract) OpenAPIVersion.validateAdditionalContractFile(Vertx vertx, SchemaRepository repo, JsonObject file) Deprecated.OpenAPIVersion.validateAdditionalContractPart(Vertx vertx, SchemaRepository repo, JsonObject part) Validates an additional contract against the openapi schema.OpenAPIVersion.validateContract(Vertx vertx, SchemaRepository repo, JsonObject contract) Constructors in io.vertx.openapi.contract with parameters of type Vertx -
Uses of Vertx in io.vertx.openapi.validation
Methods in io.vertx.openapi.validation with parameters of type VertxModifier and TypeMethodDescriptionstatic RequestValidatorRequestValidator.create(Vertx vertx, OpenAPIContract contract) Create a newRequestValidator.static ResponseValidatorResponseValidator.create(Vertx vertx, OpenAPIContract contract) Create a newResponseValidator. -
Uses of Vertx in io.vertx.oracleclient
Methods in io.vertx.oracleclient with parameters of type VertxModifier and TypeMethodDescriptionstatic Future<OracleConnection> OracleConnection.connect(Vertx vertx, OracleConnectOptions connectOptions) Create a connection to Oracle with the givenconnectOptions.static Future<OracleConnection> LikeOracleConnection.connect(Vertx, OracleConnectOptions)with options built fromconnectionUri. -
Uses of Vertx in io.vertx.oracleclient.spi
Methods in io.vertx.oracleclient.spi with parameters of type VertxModifier and TypeMethodDescriptionOracleDriver.createConnectionFactory(Vertx vertx, NetClientOptions transportOptions) -
Uses of Vertx in io.vertx.pgclient
Methods in io.vertx.pgclient with parameters of type VertxModifier and TypeMethodDescriptionstatic Future<PgConnection> LikePgConnection.connect(Vertx, PgConnectOptions)with options build from the environment variables.static Future<PgConnection> PgConnection.connect(Vertx vertx, PgConnectOptions options) Connects to the database and returns the connection if that succeeds.static Future<PgConnection> LikePgConnection.connect(Vertx, PgConnectOptions)with options build fromconnectionUri. -
Uses of Vertx in io.vertx.pgclient.pubsub
Methods in io.vertx.pgclient.pubsub with parameters of type VertxModifier and TypeMethodDescriptionstatic PgSubscriberPgSubscriber.subscriber(Vertx vertx, PgConnectOptions options) Create a subscriber. -
Uses of Vertx in io.vertx.pgclient.spi
Methods in io.vertx.pgclient.spi with parameters of type VertxModifier and TypeMethodDescriptionPgDriver.createConnectionFactory(Vertx vertx, NetClientOptions transportOptions) -
Uses of Vertx in io.vertx.rabbitmq
Methods in io.vertx.rabbitmq with parameters of type VertxModifier and TypeMethodDescriptionstatic RabbitMQClientCreate and return a client configured with the default options.static RabbitMQClientRabbitMQClient.create(Vertx vertx, JsonObject config) LikeRabbitMQClient.create(Vertx, RabbitMQOptions)but with aJsonObjectconfig object.static RabbitMQClientRabbitMQClient.create(Vertx vertx, RabbitMQOptions config) Create and return a client.static RabbitMQPublisherRabbitMQPublisher.create(Vertx vertx, RabbitMQClient client, RabbitMQPublisherOptions options) Create and return a publisher using the specified client. -
Uses of Vertx in io.vertx.reactivex
Methods in io.vertx.reactivex with parameters of type VertxModifier and TypeMethodDescriptionstatic SchedulerRxHelper.blockingScheduler(Vertx vertx) Create a scheduler for aVertxobject, actions can be blocking, they are not executed on Vertx event loop.static SchedulerRxHelper.blockingScheduler(Vertx vertx, boolean ordered) Create a scheduler for aVertxobject, actions can be blocking, they are not executed on Vertx event loop.static SchedulerCreate a scheduler for aVertxobject, actions are executed on the event loop.Constructors in io.vertx.reactivex with parameters of type VertxModifierConstructorDescriptionContextScheduler(Vertx vertx, boolean blocking) ContextScheduler(Vertx vertx, boolean blocking, boolean ordered) -
Uses of Vertx in io.vertx.reactivex.core
Methods in io.vertx.reactivex.core that return VertxMethods in io.vertx.reactivex.core with parameters of type VertxConstructors in io.vertx.reactivex.core with parameters of type Vertx -
Uses of Vertx in io.vertx.redis.client
Methods in io.vertx.redis.client with parameters of type VertxModifier and TypeMethodDescriptionstatic EventBusHandlerCreates a subscription handler that forwards messages to the event bus of the givenvertx.static EventBusHandlerCreates a subscription handler that forwards messages to the event bus of the givenvertx.static RedisRedis.createClient(Vertx vertx) Create a new Redis client using the default client options.static RedisRedis.createClient(Vertx vertx, RedisOptions options) Create a new Redis client using the given client options.static RedisRedis.createClient(Vertx vertx, String connectionString) Create a new Redis client using the default client options.static RedisRedis.createClusterClient(Vertx vertx, RedisOptions options, Supplier<Future<RedisClusterConnectOptions>> connectOptions) Creates a new cluster Redis client.static RedisRedis.createReplicationClient(Vertx vertx, RedisOptions options, Supplier<Future<RedisReplicationConnectOptions>> connectOptions) Creates a new replication Redis client.static RedisRedis.createSentinelClient(Vertx vertx, RedisOptions options, Supplier<Future<RedisSentinelConnectOptions>> connectOptions) Creates a new sentinel Redis client.static RedisRedis.createStandaloneClient(Vertx vertx, RedisOptions options, Supplier<Future<RedisStandaloneConnectOptions>> connectOptions) Creates a new standalone Redis client. -
Uses of Vertx in io.vertx.rxjava3
Methods in io.vertx.rxjava3 with parameters of type VertxModifier and TypeMethodDescriptionstatic SchedulerRxHelper.blockingScheduler(Vertx vertx) Create a scheduler for aVertxobject, actions can be blocking, they are not executed on Vertx event loop.static SchedulerRxHelper.blockingScheduler(Vertx vertx, boolean ordered) Create a scheduler for aVertxobject, actions can be blocking, they are not executed on Vertx event loop.static SchedulerCreate a scheduler for aVertxobject, actions are executed on the event loop.Constructors in io.vertx.rxjava3 with parameters of type VertxModifierConstructorDescriptionContextScheduler(Vertx vertx, boolean blocking) ContextScheduler(Vertx vertx, boolean blocking, boolean ordered) -
Uses of Vertx in io.vertx.rxjava3.core
Methods in io.vertx.rxjava3.core that return VertxMethods in io.vertx.rxjava3.core with parameters of type VertxConstructors in io.vertx.rxjava3.core with parameters of type Vertx -
Uses of Vertx in io.vertx.servicediscovery
Methods in io.vertx.servicediscovery with parameters of type VertxModifier and TypeMethodDescriptionstatic ServiceDiscoveryCreates a new instance ofServiceDiscoveryusing the default configuration.static ServiceDiscoveryServiceDiscovery.create(Vertx vertx, ServiceDiscoveryOptions options) Creates an instance ofServiceDiscovery. -
Uses of Vertx in io.vertx.servicediscovery.backend.redis
Methods in io.vertx.servicediscovery.backend.redis with parameters of type VertxModifier and TypeMethodDescriptionvoidRedisBackendService.init(Vertx vertx, JsonObject configuration) -
Uses of Vertx in io.vertx.servicediscovery.consul
Methods in io.vertx.servicediscovery.consul with parameters of type VertxModifier and TypeMethodDescriptionvoidConsulServiceImporter.start(Vertx vertx, ServicePublisher publisher, JsonObject configuration, Promise<Void> completion) -
Uses of Vertx in io.vertx.servicediscovery.docker
Methods in io.vertx.servicediscovery.docker with parameters of type VertxModifier and TypeMethodDescriptionvoidDockerLinksServiceImporter.start(Vertx vertx, ServicePublisher publisher, JsonObject configuration, Promise<Void> completion) -
Uses of Vertx in io.vertx.servicediscovery.kubernetes
Methods in io.vertx.servicediscovery.kubernetes with parameters of type VertxModifier and TypeMethodDescriptionvoidKubernetesServiceImporter.start(Vertx vertx, ServicePublisher publisher, JsonObject configuration, Promise<Void> completion) -
Uses of Vertx in io.vertx.servicediscovery.spi
Methods in io.vertx.servicediscovery.spi with parameters of type VertxModifier and TypeMethodDescriptionServiceType.get(Vertx vertx, ServiceDiscovery discovery, Record record, JsonObject configuration) Gets the `service` for the given record.voidServiceDiscoveryBackend.init(Vertx vertx, JsonObject config) Initializes the backend.voidServiceExporter.init(Vertx vertx, ServicePublisher publisher, JsonObject configuration, Promise<Void> future) Starts the exporter.voidServiceImporter.start(Vertx vertx, ServicePublisher publisher, JsonObject configuration, Promise<Void> future) Starts the importer. -
Uses of Vertx in io.vertx.servicediscovery.types
Fields in io.vertx.servicediscovery.types declared as VertxConstructors in io.vertx.servicediscovery.types with parameters of type VertxModifierConstructorDescriptionAbstractServiceReference(Vertx vertx, ServiceDiscovery discovery, Record record) Creates a new instance ofAbstractServiceReference. -
Uses of Vertx in io.vertx.servicediscovery.zookeeper
Methods in io.vertx.servicediscovery.zookeeper with parameters of type VertxModifier and TypeMethodDescriptionvoidZookeeperServiceImporter.start(Vertx vertx, ServicePublisher publisher, JsonObject configuration, Promise<Void> future) -
Uses of Vertx in io.vertx.serviceproxy
Methods in io.vertx.serviceproxy with parameters of type VertxModifier and TypeMethodDescriptionServiceInterceptor.intercept(Vertx vertx, Map<String, Object> interceptorContext, Message<JsonObject> body) Perform the interceptor handlingProxyHandler.register(Vertx vertx, String address, List<io.vertx.serviceproxy.impl.InterceptorHolder> interceptorHolders) Register the proxy handle on the event bus.ProxyHandler.registerLocal(Vertx vertx, String address, List<io.vertx.serviceproxy.impl.InterceptorHolder> interceptorHolders) Register the local proxy handle on the event bus.Constructors in io.vertx.serviceproxy with parameters of type VertxModifierConstructorDescriptionServiceBinder(Vertx vertx) Creates a factory.ServiceProxyBuilder(Vertx vertx) Creates a builder. -
Uses of Vertx in io.vertx.serviceresolver
Methods in io.vertx.serviceresolver with parameters of type VertxModifier and TypeMethodDescriptionstatic ServiceResolverClientServiceResolverClient.create(Vertx vertx, LoadBalancer loadBalancer, ServiceResolverOptions options) Create a new service resolver client.static ServiceResolverClientServiceResolverClient.create(Vertx vertx, ServiceResolverOptions options) Create a new service resolver client. -
Uses of Vertx in io.vertx.spi.cluster.hazelcast
Methods in io.vertx.spi.cluster.hazelcast with parameters of type VertxModifier and TypeMethodDescriptionClusterHealthCheck.createProcedure(Vertx vertx) Creates a ready-to-use Vert.x clusterHealthChecksprocedure.void -
Uses of Vertx in io.vertx.spi.cluster.ignite
Methods in io.vertx.spi.cluster.ignite with parameters of type Vertx -
Uses of Vertx in io.vertx.spi.cluster.ignite.util
Methods in io.vertx.spi.cluster.ignite.util with parameters of type VertxModifier and TypeMethodDescriptionstatic org.apache.ignite.configuration.IgniteConfigurationConfigHelper.toIgniteConfig(Vertx vertx, IgniteOptions options) static javax.cache.configuration.Factory<SSLContext> ConfigHelper.toSslContextFactoryConfig(Vertx vertx, IgniteSslOptions options) -
Uses of Vertx in io.vertx.spi.cluster.zookeeper
Methods in io.vertx.spi.cluster.zookeeper with parameters of type Vertx -
Uses of Vertx in io.vertx.sqlclient
Methods in io.vertx.sqlclient with parameters of type VertxModifier and TypeMethodDescriptionstatic PoolPool.pool(Vertx vertx, SqlConnectOptions database, PoolOptions options) Create a connection pool to thedatabasewith the givenoptions.Sets the vertx instance to use. -
Uses of Vertx in io.vertx.sqlclient.spi
Methods in io.vertx.sqlclient.spi with parameters of type VertxModifier and TypeMethodDescriptionabstract ConnectionFactory<O> DriverBase.createConnectionFactory(Vertx vertx, NetClientOptions transportOptions) Create a connection factory to the givendatabase.default PoolDriver.createPool(Vertx vertx, Supplier<Future<C>> databases, PoolOptions poolOptions, NetClientOptions transportOptions, Handler<SqlConnection> connectHandler) Create a connection pool to the database configured with the givenconnectOptionsandpoolOptions.Driver.newPool(Vertx vertx, Supplier<Future<C>> databases, PoolOptions options, NetClientOptions transportOptions, Handler<SqlConnection> connectHandler, io.vertx.core.internal.CloseFuture closeFuture) Create a connection pool to the database configured with the givenconnectOptionsandpoolOptions.DriverBase.newPool(Vertx vertx, Supplier<Future<O>> databases, PoolOptions options, NetClientOptions transportOptions, Handler<SqlConnection> connectHandler, io.vertx.core.internal.CloseFuture closeFuture)
CookieSessionStore.create(Vertx, String)Creates a CookieSessionStore.