Uses of Class
io.vertx.rxjava3.core.Vertx
Packages that use Vertx
Package
Description
-
Uses of Vertx in io.vertx.junit5.rxjava3
Classes in io.vertx.junit5.rxjava3 that implement interfaces with type arguments of type VertxMethods in io.vertx.junit5.rxjava3 that return VertxModifier and TypeMethodDescriptionVertxParameterProvider.newInstance(org.junit.jupiter.api.extension.ExtensionContext extensionContext, org.junit.jupiter.api.extension.ParameterContext parameterContext) Methods in io.vertx.junit5.rxjava3 that return types with arguments of type VertxModifier and TypeMethodDescriptionVertxParameterProvider.parameterClosingConsumer()VertxParameterProvider.type() -
Uses of Vertx in io.vertx.rxjava3.amqp
Methods in io.vertx.rxjava3.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.rxjava3.cassandra
Methods in io.vertx.rxjava3.cassandra with parameters of type VertxModifier and TypeMethodDescriptionstatic CassandraClientLikeCassandraClient.create(Vertx)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)with default options and client name.static CassandraClientCassandraClient.createShared(Vertx vertx, CassandraClientOptions options) LikeCassandraClient.createShared(Vertx)with default client name.static CassandraClientCassandraClient.createShared(Vertx vertx, String clientName) LikeCassandraClient.createShared(Vertx)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.rxjava3.circuitbreaker
Methods in io.vertx.rxjava3.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.rxjava3.config
Methods in io.vertx.rxjava3.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.rxjava3.core
Fields in io.vertx.rxjava3.core declared as VertxFields in io.vertx.rxjava3.core with type parameters of type VertxMethods in io.vertx.rxjava3.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.static VertxVertx.newInstance(Vertx arg) Context.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.rxjava3.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.VertxBuilder.rxBuildClustered()Creates a clustered instance.Vertx.rxClusteredVertx(VertxOptions options) Creates a clustered instance using the specified options.Methods in io.vertx.rxjava3.core 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.RxHelper.deployVerticle(Vertx vertx, Verticle verticle) Deploy a verticle you have created yourself, using an RxJava vertx instance.RxHelper.deployVerticle(Vertx vertx, Verticle verticle, DeploymentOptions options) LikeRxHelper.deployVerticle(Vertx, Verticle), butDeploymentOptionsare provided to configure the deployment.static SchedulerCreate a scheduler for aVertxobject, actions are executed on the event loop. -
Uses of Vertx in io.vertx.rxjava3.db2client
Methods in io.vertx.rxjava3.db2client with parameters of type VertxModifier and TypeMethodDescriptionstatic Single<DB2Connection> DB2Connection.connect(Vertx vertx, DB2ConnectOptions connectOptions) Create a connection to DB2 server with the givenconnectOptions.static Single<DB2Connection> LikeDB2Connection.connect(Vertx, DB2ConnectOptions)with options build fromconnectionUri.static Single<DB2Connection> DB2Connection.rxConnect(Vertx vertx, DB2ConnectOptions connectOptions) Create a connection to DB2 server with the givenconnectOptions.static Single<DB2Connection> LikeDB2Connection.connect(Vertx, DB2ConnectOptions)with options build fromconnectionUri. -
Uses of Vertx in io.vertx.rxjava3.eventbus.bridge.grpc
Methods in io.vertx.rxjava3.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.rxjava3.ext.auth.htdigest
Methods in io.vertx.rxjava3.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.rxjava3.ext.auth.htpasswd
Methods in io.vertx.rxjava3.ext.auth.htpasswd with parameters of type VertxModifier and TypeMethodDescriptionstatic HtpasswdAuthstatic HtpasswdAuthHtpasswdAuth.create(Vertx vertx, HtpasswdAuthOptions htpasswdAuthOptions) -
Uses of Vertx in io.vertx.rxjava3.ext.auth.jwt
Methods in io.vertx.rxjava3.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.rxjava3.ext.auth.ldap
Methods in io.vertx.rxjava3.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.rxjava3.ext.auth.oauth2
Methods in io.vertx.rxjava3.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.rxjava3.ext.auth.oauth2.providers
Methods in io.vertx.rxjava3.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 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 Single<OAuth2Auth> AmazonCognitoAuth.discover(Vertx vertx, OAuth2Options config) Create a OAuth2Auth provider for OpenID Connect Discovery.static Single<OAuth2Auth> AppleIdAuth.discover(Vertx vertx, PubSecKeyOptions privateKey, OAuth2Options config) Create a OAuth2Auth provider for OpenID Connect Discovery.static Single<OAuth2Auth> AzureADAuth.discover(Vertx vertx, OAuth2Options config) Create a OAuth2Auth provider for OpenID Connect Discovery.static Single<OAuth2Auth> GoogleAuth.discover(Vertx vertx, OAuth2Options config) Create a OAuth2Auth provider for OpenID Connect Discovery.static Single<OAuth2Auth> IBMCloudAuth.discover(Vertx vertx, OAuth2Options config) Create a OAuth2Auth provider for OpenID Connect Discovery.static Single<OAuth2Auth> KeycloakAuth.discover(Vertx vertx, OAuth2Options config) Create a OAuth2Auth provider for OpenID Connect Discovery.static Single<OAuth2Auth> OpenIDConnectAuth.discover(Vertx vertx, OAuth2Options config) Create a OAuth2Auth provider for OpenID Connect Discovery.static Single<OAuth2Auth> SalesforceAuth.discover(Vertx vertx, OAuth2Options config) Create a OAuth2Auth provider for OpenID Connect Discovery.static Single<OAuth2Auth> ZohoAuth.discover(Vertx vertx, String soid, OAuth2Options config) Create a OAuth2Auth provider for OpenID Connect Discovery.static Single<OAuth2Auth> ZohoAuth.discover(Vertx vertx, String dc, String soid, OAuth2Options config) Create a OAuth2Auth provider for OpenID Connect Discovery.static Single<OAuth2Auth> AmazonCognitoAuth.rxDiscover(Vertx vertx, OAuth2Options config) Create a OAuth2Auth provider for OpenID Connect Discovery.static Single<OAuth2Auth> AppleIdAuth.rxDiscover(Vertx vertx, PubSecKeyOptions privateKey, OAuth2Options config) Create a OAuth2Auth provider for OpenID Connect Discovery.static Single<OAuth2Auth> AzureADAuth.rxDiscover(Vertx vertx, OAuth2Options config) Create a OAuth2Auth provider for OpenID Connect Discovery.static Single<OAuth2Auth> GoogleAuth.rxDiscover(Vertx vertx, OAuth2Options config) Create a OAuth2Auth provider for OpenID Connect Discovery.static Single<OAuth2Auth> IBMCloudAuth.rxDiscover(Vertx vertx, OAuth2Options config) Create a OAuth2Auth provider for OpenID Connect Discovery.static Single<OAuth2Auth> KeycloakAuth.rxDiscover(Vertx vertx, OAuth2Options config) Create a OAuth2Auth provider for OpenID Connect Discovery.static Single<OAuth2Auth> OpenIDConnectAuth.rxDiscover(Vertx vertx, OAuth2Options config) Create a OAuth2Auth provider for OpenID Connect Discovery.static Single<OAuth2Auth> SalesforceAuth.rxDiscover(Vertx vertx, OAuth2Options config) Create a OAuth2Auth provider for OpenID Connect Discovery.static Single<OAuth2Auth> ZohoAuth.rxDiscover(Vertx vertx, String soid, OAuth2Options config) Create a OAuth2Auth provider for OpenID Connect Discovery.static Single<OAuth2Auth> ZohoAuth.rxDiscover(Vertx vertx, String dc, String soid, OAuth2Options config) Create a OAuth2Auth provider for OpenID Connect Discovery. -
Uses of Vertx in io.vertx.rxjava3.ext.auth.prng
Methods in io.vertx.rxjava3.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. -
Uses of Vertx in io.vertx.rxjava3.ext.auth.properties
Methods in io.vertx.rxjava3.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.rxjava3.ext.auth.webauthn4j
Methods in io.vertx.rxjava3.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.rxjava3.ext.consul
Methods in io.vertx.rxjava3.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.rxjava3.ext.dropwizard
Methods in io.vertx.rxjava3.ext.dropwizard with parameters of type VertxModifier and TypeMethodDescriptionstatic MetricsServiceCreates a metric service for a givenVertxinstance. -
Uses of Vertx in io.vertx.rxjava3.ext.eventbus.bridge.tcp
Methods in io.vertx.rxjava3.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.rxjava3.ext.healthchecks
Methods in io.vertx.rxjava3.ext.healthchecks with parameters of type VertxModifier and TypeMethodDescriptionstatic HealthChecksCreates a new instance of the default implementation ofHealthChecks. -
Uses of Vertx in io.vertx.rxjava3.ext.mail
Methods in io.vertx.rxjava3.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(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.rxjava3.ext.mongo
Methods in io.vertx.rxjava3.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(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 name -
Uses of Vertx in io.vertx.rxjava3.ext.stomp
Methods in io.vertx.rxjava3.ext.stomp that return VertxMethods in io.vertx.rxjava3.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 StompServerStompServer.create(Vertx vertx, StompServerOptions options) Creates aStompServerbased on the default Stomp Server implementation.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 StompServerHandlerCreates an instance ofStompServerHandlerusing the default (compliant) implementation.static Destinationstatic Destination -
Uses of Vertx in io.vertx.rxjava3.ext.unit
Methods in io.vertx.rxjava3.ext.unit with parameters of type VertxModifier and TypeMethodDescriptionRun 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.rxjava3.ext.unit.collect
Methods in io.vertx.rxjava3.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.rxjava3.ext.web
Methods in io.vertx.rxjava3.ext.web that return VertxMethods in io.vertx.rxjava3.ext.web with parameters of type Vertx -
Uses of Vertx in io.vertx.rxjava3.ext.web.client
Methods in io.vertx.rxjava3.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.rxjava3.ext.web.handler
Methods in io.vertx.rxjava3.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.rxjava3.ext.web.handler.graphql
Methods in io.vertx.rxjava3.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.rxjava3.ext.web.handler.sockjs
Methods in io.vertx.rxjava3.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.rxjava3.ext.web.healthchecks
Methods in io.vertx.rxjava3.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.rxjava3.ext.web.openapi.router
Methods in io.vertx.rxjava3.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.rxjava3.ext.web.sstore
Methods in io.vertx.rxjava3.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.rxjava3.ext.web.sstore.cookie
Methods in io.vertx.rxjava3.ext.web.sstore.cookie with parameters of type VertxModifier and TypeMethodDescriptionstatic CookieSessionStoreCreates a CookieSessionStore.static CookieSessionStoreDeprecated. -
Uses of Vertx in io.vertx.rxjava3.ext.web.sstore.infinispan
Methods in io.vertx.rxjava3.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.rxjava3.ext.web.sstore.redis
Methods in io.vertx.rxjava3.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.rxjava3.ext.web.templ.freemarker
Methods in io.vertx.rxjava3.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.rxjava3.ext.web.templ.handlebars
Methods in io.vertx.rxjava3.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.rxjava3.ext.web.templ.mvel
Methods in io.vertx.rxjava3.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.rxjava3.ext.web.templ.pebble
Methods in io.vertx.rxjava3.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.rxjava3.ext.web.templ.pug
Methods in io.vertx.rxjava3.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.rxjava3.ext.web.templ.thymeleaf
Methods in io.vertx.rxjava3.ext.web.templ.thymeleaf with parameters of type VertxModifier and TypeMethodDescriptionstatic ThymeleafTemplateEngineCreate a template engine using defaults -
Uses of Vertx in io.vertx.rxjava3.grpc.client
Methods in io.vertx.rxjava3.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, 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.static GrpcClientGrpcClient.client(Vertx vertx, HttpClient client) Create a client wrapping an existing . -
Uses of Vertx in io.vertx.rxjava3.grpc.server
Methods in io.vertx.rxjava3.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.rxjava3.jdbcclient
Methods in io.vertx.rxjava3.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.rxjava3.kafka.admin
Methods in io.vertx.rxjava3.kafka.admin with parameters of type Vertx -
Uses of Vertx in io.vertx.rxjava3.kafka.client.consumer
Methods in io.vertx.rxjava3.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> Create a new KafkaConsumer instancestatic <K,V> KafkaConsumer <K, V> Create a new KafkaConsumer instancestatic <K,V> KafkaConsumer <K, V> Create a new KafkaConsumer instance from a native .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 native . -
Uses of Vertx in io.vertx.rxjava3.kafka.client.producer
Methods in io.vertx.rxjava3.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> Create a new KafkaProducer instance from a native .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 native .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> 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 samename -
Uses of Vertx in io.vertx.rxjava3.mqtt
Methods in io.vertx.rxjava3.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.rxjava3.mssqlclient
Methods in io.vertx.rxjava3.mssqlclient with parameters of type VertxModifier and TypeMethodDescriptionstatic Single<MSSQLConnection> MSSQLConnection.connect(Vertx vertx, MSSQLConnectOptions connectOptions) Create a connection to SQL Server with the givenconnectOptions.static Single<MSSQLConnection> LikeMSSQLConnection.connect(Vertx, MSSQLConnectOptions)with options built fromconnectionUri.static Single<MSSQLConnection> MSSQLConnection.rxConnect(Vertx vertx, MSSQLConnectOptions connectOptions) Create a connection to SQL Server with the givenconnectOptions.static Single<MSSQLConnection> LikeMSSQLConnection.connect(Vertx, MSSQLConnectOptions)with options built fromconnectionUri. -
Uses of Vertx in io.vertx.rxjava3.mysqlclient
Methods in io.vertx.rxjava3.mysqlclient with parameters of type VertxModifier and TypeMethodDescriptionstatic Single<MySQLConnection> MySQLConnection.connect(Vertx vertx, MySQLConnectOptions connectOptions) Create a connection to MySQL server with the givenconnectOptions.static Single<MySQLConnection> LikeMySQLConnection.connect(Vertx, MySQLConnectOptions)with options built fromconnectionUri.static Single<MySQLConnection> MySQLConnection.rxConnect(Vertx vertx, MySQLConnectOptions connectOptions) Create a connection to MySQL server with the givenconnectOptions.static Single<MySQLConnection> LikeMySQLConnection.connect(Vertx, MySQLConnectOptions)with options built fromconnectionUri. -
Uses of Vertx in io.vertx.rxjava3.openapi.contract
Methods in io.vertx.rxjava3.openapi.contract with parameters of type VertxModifier and TypeMethodDescriptionstatic OpenAPIContractBuilderInstantiates a new builder for an openapi-contract.static Single<OpenAPIContract> OpenAPIContract.from(Vertx vertx, JsonObject contract) Resolves / dereferences the passed contract and creates anOpenAPIContractinstance.static Single<OpenAPIContract> OpenAPIContract.from(Vertx vertx, JsonObject contract, Map<String, JsonObject> additionalContractParts) Resolves / dereferences the passed contract and creates anOpenAPIContractinstance.static Single<OpenAPIContract> Resolves / dereferences the passed contract and creates anOpenAPIContractinstance.static Single<OpenAPIContract> OpenAPIContract.from(Vertx vertx, String contractPath, Map<String, String> additionalContractPartPaths) Resolves / dereferences the passed contract and creates anOpenAPIContractinstance.static Single<OpenAPIContract> OpenAPIContract.rxFrom(Vertx vertx, JsonObject contract) Resolves / dereferences the passed contract and creates anOpenAPIContractinstance.static Single<OpenAPIContract> OpenAPIContract.rxFrom(Vertx vertx, JsonObject contract, Map<String, JsonObject> additionalContractParts) Resolves / dereferences the passed contract and creates anOpenAPIContractinstance.static Single<OpenAPIContract> Resolves / dereferences the passed contract and creates anOpenAPIContractinstance.static Single<OpenAPIContract> OpenAPIContract.rxFrom(Vertx vertx, String contractPath, Map<String, String> additionalContractPartPaths) Resolves / dereferences the passed contract and creates anOpenAPIContractinstance. -
Uses of Vertx in io.vertx.rxjava3.openapi.validation
Methods in io.vertx.rxjava3.openapi.validation with parameters of type VertxModifier and TypeMethodDescriptionstatic RequestValidatorRequestValidator.create(Vertx vertx, OpenAPIContract contract) Create a newRequestValidator. -
Uses of Vertx in io.vertx.rxjava3.oracleclient
Methods in io.vertx.rxjava3.oracleclient with parameters of type VertxModifier and TypeMethodDescriptionstatic Single<OracleConnection> OracleConnection.connect(Vertx vertx, OracleConnectOptions connectOptions) Create a connection to Oracle with the givenconnectOptions.static Single<OracleConnection> LikeOracleConnection.connect(Vertx, OracleConnectOptions)with options built fromconnectionUri.static Single<OracleConnection> OracleConnection.rxConnect(Vertx vertx, OracleConnectOptions connectOptions) Create a connection to Oracle with the givenconnectOptions.static Single<OracleConnection> LikeOracleConnection.connect(Vertx, OracleConnectOptions)with options built fromconnectionUri. -
Uses of Vertx in io.vertx.rxjava3.pgclient
Methods in io.vertx.rxjava3.pgclient with parameters of type VertxModifier and TypeMethodDescriptionstatic Single<PgConnection> LikePgConnection.connect(Vertx, PgConnectOptions)with options build from the environment variables.static Single<PgConnection> PgConnection.connect(Vertx vertx, PgConnectOptions options) Connects to the database and returns the connection if that succeeds.static Single<PgConnection> LikePgConnection.connect(Vertx, PgConnectOptions)with options build fromconnectionUri.static Single<PgConnection> LikePgConnection.connect(Vertx, PgConnectOptions)with options build from the environment variables.static Single<PgConnection> PgConnection.rxConnect(Vertx vertx, PgConnectOptions options) Connects to the database and returns the connection if that succeeds.static Single<PgConnection> LikePgConnection.connect(Vertx, PgConnectOptions)with options build fromconnectionUri. -
Uses of Vertx in io.vertx.rxjava3.pgclient.pubsub
Methods in io.vertx.rxjava3.pgclient.pubsub with parameters of type VertxModifier and TypeMethodDescriptionstatic PgSubscriberPgSubscriber.subscriber(Vertx vertx, PgConnectOptions options) Create a subscriber. -
Uses of Vertx in io.vertx.rxjava3.rabbitmq
Methods in io.vertx.rxjava3.rabbitmq with parameters of type VertxModifier and TypeMethodDescriptionstatic RabbitMQClientCreate and return a client configured with the default options.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.rxjava3.redis.client
Methods in io.vertx.rxjava3.redis.client with parameters of type VertxModifier and TypeMethodDescriptionstatic 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<Single<RedisClusterConnectOptions>> connectOptions) Creates a new cluster Redis client.static RedisRedis.createReplicationClient(Vertx vertx, RedisOptions options, Supplier<Single<RedisReplicationConnectOptions>> connectOptions) Creates a new replication Redis client.static RedisRedis.createSentinelClient(Vertx vertx, RedisOptions options, Supplier<Single<RedisSentinelConnectOptions>> connectOptions) Creates a new sentinel Redis client.static RedisRedis.createStandaloneClient(Vertx vertx, RedisOptions options, Supplier<Single<RedisStandaloneConnectOptions>> connectOptions) Creates a new standalone Redis client. -
Uses of Vertx in io.vertx.rxjava3.servicediscovery
Methods in io.vertx.rxjava3.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.rxjava3.servicediscovery.spi
Methods in io.vertx.rxjava3.servicediscovery.spi with parameters of type VertxModifier and TypeMethodDescriptionvoidServiceExporter.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.rxjava3.sqlclient
Methods in io.vertx.rxjava3.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.