Uses of Annotation Interface
io.smallrye.mutiny.vertx.MutinyGen
Packages that use MutinyGen
Package
Description
-
Uses of MutinyGen in io.vertx.mutiny.amqp
Classes in io.vertx.mutiny.amqp with annotations of type MutinyGenModifier and TypeClassDescriptionclassAMQP Client entry point.classOnce connected to the broker or router, you get a connection.classRepresents an AMQP message.classBuilder to create a newAmqpMessage.classInterface used to consume AMQP message as a stream of message.classAMQP Sender interface used to send messages. -
Uses of MutinyGen in io.vertx.mutiny.camel
Classes in io.vertx.mutiny.camel with annotations of type MutinyGen -
Uses of MutinyGen in io.vertx.mutiny.cassandra
Classes in io.vertx.mutiny.cassandra with annotations of type MutinyGenModifier and TypeClassDescriptionclassEclipse Vert.x Cassandra client.classAReadStreamforRowconsumption.classIt is likeAsyncResultSet, but adapted for Vert.x. -
Uses of MutinyGen in io.vertx.mutiny.circuitbreaker
Classes in io.vertx.mutiny.circuitbreaker with annotations of type MutinyGenModifier and TypeClassDescriptionclassAn implementation of the circuit breaker pattern for Vert.xclassA failure policy for theCircuitBreaker.classA policy for retry execution. -
Uses of MutinyGen in io.vertx.mutiny.config
Classes in io.vertx.mutiny.config with annotations of type MutinyGenModifier and TypeClassDescriptionclassDefines a configuration retriever that read configuration fromConfigStoreand tracks changes periodically. -
Uses of MutinyGen in io.vertx.mutiny.core
Classes in io.vertx.mutiny.core with annotations of type MutinyGenModifier and TypeClassDescriptionclassThe execution context of aHandlerexecution.classPromise<T>Represents the writable side of an action that may, or may not, have occurred yet.classA timer task that can be used as a future.classThe entry point into the Vert.x Core API.classA builder for creating Vert.x instances, allowing to configure Vert.x plugins: metrics tracing cluster manager Example usage:classAn executor for executing blocking code in Vert.x . -
Uses of MutinyGen in io.vertx.mutiny.core.datagram
Classes in io.vertx.mutiny.core.datagram with annotations of type MutinyGenModifier and TypeClassDescriptionclassA datagram socket can be used to sendDatagramPacket's to remote datagram servers and receiveDatagramPackets . -
Uses of MutinyGen in io.vertx.mutiny.core.dns
Classes in io.vertx.mutiny.core.dns with annotations of type MutinyGenModifier and TypeClassDescriptionclassProvides a way to asynchronously lookup information from DNS servers. -
Uses of MutinyGen in io.vertx.mutiny.core.eventbus
Classes in io.vertx.mutiny.core.eventbus with annotations of type MutinyGenModifier and TypeClassDescriptionclassEncapsulates a message being delivered by Vert.x as well as providing control over the message delivery.classA Vert.x event-bus is a light-weight distributed messaging system which allows different parts of your application, or different applications and services to communicate with each in a loosely coupled way.classMessage<T>Represents a message that is received from the event bus in a handler.classAn event bus consumer object representing a stream of message to anEventBusaddress that can be read from.classRepresents a stream of message that can be written to. -
Uses of MutinyGen in io.vertx.mutiny.core.file
Classes in io.vertx.mutiny.core.file with annotations of type MutinyGenModifier and TypeClassDescriptionclassRepresents a file on the file-system which can be read from, or written to asynchronously.classA lock on a region of anAsyncFile.classContains a broad set of operations for manipulating files on the file system. -
Uses of MutinyGen in io.vertx.mutiny.core.http
Classes in io.vertx.mutiny.core.http with annotations of type MutinyGenModifier and TypeClassDescriptionclassRepresents a client-side WebSocket.interfaceThe API to interacts with an HTTP server.classAn asynchronous HTTP client.classA builder forHttpClient.classRepresents an HTTP client connection.classRepresents a client-side HTTP request.classRepresents a client-side HTTP response.classRepresents an HTTP connection.classContains a bunch of useful HTTP headers stuff: methods for creatingMultiMapinstances often used Header names method to create optimizedCharSequencewhich can be used as header name and valueclassThe state of the HTTP request head: Method / URI HeadersinterfaceThe state of the HTTP response head: Status code / Message HeadersclassAn HTTP and WebSockets server.classA builder forHttpServer.classRepresents an file upload from an HTML FORM.classRepresents a server-side HTTP request.classRepresents a server-side HTTP response.classRepresents a server side WebSocket.classA server WebSocket handshake, allows to control acceptance or rejection of a WebSocket.classCommon WebSocket implementation.interfaceBase WebSocket implementation.classAn asynchronous WebSocket client. -
Uses of MutinyGen in io.vertx.mutiny.core.json.pointer
Classes in io.vertx.mutiny.core.json.pointer with annotations of type MutinyGenModifier and TypeClassDescriptionclassImplementation of RFC6901 Json Pointers.classThe JsonPointerIterator is used by the read/write algorithms of theJsonPointerto read/write the querying data structure
Every method takes the currentValue as parameter, representing the actual value held by the query algorithm.
Implementations of this interface should be stateless, so they can be reused
You can implement this interface to query the structure you want using json pointers -
Uses of MutinyGen in io.vertx.mutiny.core.metrics
Classes in io.vertx.mutiny.core.metrics with annotations of type MutinyGenModifier and TypeInterfaceDescriptioninterfaceNOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface. -
Uses of MutinyGen in io.vertx.mutiny.core.net
Classes in io.vertx.mutiny.core.net with annotations of type MutinyGenModifier and TypeClassDescriptionclassA TCP client.classRepresents a TCP serverclassRepresents a socket-like interface to a TCP connection on either the client or the server side.classA Quic client.classA Quic connection between a client and a server, providing support for handling or creating QuicstreamsclassRepresents a Quic endpoints, whose primary function is to bind a UDP socket on a given or random port.classA Quic server.classA Quic stream.interfaceRepresents a channel interface modelling a duplex flow controlled byte oriented stream. -
Uses of MutinyGen in io.vertx.mutiny.core.net.endpoint
Classes in io.vertx.mutiny.core.net.endpoint with annotations of type MutinyGenModifier and TypeClassDescriptionclassNOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface.classA resolver for endpoints.classA physical server of an endpoint.classRequest interaction with an endpoint, mostly callbacks to gather statistics. -
Uses of MutinyGen in io.vertx.mutiny.core.parsetools
Classes in io.vertx.mutiny.core.parsetools with annotations of type MutinyGenModifier and TypeClassDescriptionclassA parser class which allows to incrementally parse json elements and emit json parse events instead of parsing a json element fully.classA helper class which allows you to easily parse protocols which are delimited by a sequence of bytes, or fixed size records. -
Uses of MutinyGen in io.vertx.mutiny.core.streams
Classes in io.vertx.mutiny.core.streams with annotations of type MutinyGenModifier and TypeClassDescriptionclassPipe<T>Pipe data from aReadStreamto aWriteStreamand performs flow control where necessary to prevent the write stream buffer from getting overfull.interfaceReadStream<T>Represents a stream of items that can be read from.interfaceBase interface for a stream.interfaceWriteStream<T>Represents a stream of data that can be written to. -
Uses of MutinyGen in io.vertx.mutiny.db2client
Classes in io.vertx.mutiny.db2client with annotations of type MutinyGenModifier and TypeClassDescriptionclassEntry point for building DB2 clients.classA connection to DB2 server. -
Uses of MutinyGen in io.vertx.mutiny.ext.auth
Classes in io.vertx.mutiny.ext.auth with annotations of type MutinyGen -
Uses of MutinyGen in io.vertx.mutiny.ext.auth.audit
Classes in io.vertx.mutiny.ext.auth.audit with annotations of type MutinyGenModifier and TypeClassDescriptionclassNOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface. -
Uses of MutinyGen in io.vertx.mutiny.ext.auth.authentication
Classes in io.vertx.mutiny.ext.auth.authentication with annotations of type MutinyGenModifier and TypeClassDescriptionclassUser-facing interface for authenticating users. -
Uses of MutinyGen in io.vertx.mutiny.ext.auth.authorization
Classes in io.vertx.mutiny.ext.auth.authorization with annotations of type MutinyGenModifier and TypeClassDescriptionclassAllows to perform a logical 'and' between several authorizationsinterfaceInterface representing any kind of authorization such as: Role based authorization Permission based authorization Logical authorization (AND, OR, NOT) Time based authorization (ie: allow access the last 5 days of the month, from 8am till 10am, etc.)classThe AuthorizationContext contains properties that can be used to match authorizations.interfaceThe role of an AuthorizationProvider is to return a set of Authorization.classRepresents a cache map of authorizations per provider.classAllows to perform a logical 'not' of the specified authorizationclassAllows to perform a logical 'or' between several authorizationsclassRepresents a permission Note that the permission can optionally be assigned to a specific resourceclassRepresents a role.classRepresents a wildcard permission (ie: 'manage:order:*' '*:orders', '*', etc.) -
Uses of MutinyGen in io.vertx.mutiny.ext.auth.hashing
Classes in io.vertx.mutiny.ext.auth.hashing with annotations of type MutinyGenModifier and TypeClassDescriptionclassHashing Algorithm.classHashing Strategy manager. -
Uses of MutinyGen in io.vertx.mutiny.ext.auth.htdigest
Classes in io.vertx.mutiny.ext.auth.htdigest with annotations of type MutinyGenModifier and TypeClassDescriptionclassAn extension of AuthProvider which is using .htdigest file as store -
Uses of MutinyGen in io.vertx.mutiny.ext.auth.htpasswd
Classes in io.vertx.mutiny.ext.auth.htpasswd with annotations of type MutinyGenModifier and TypeClassDescriptionclassAn extension of AuthProvider which is using htpasswd file as store -
Uses of MutinyGen in io.vertx.mutiny.ext.auth.jwt
Classes in io.vertx.mutiny.ext.auth.jwt with annotations of type MutinyGenModifier and TypeClassDescriptionclassFactory interface for creating JWT basedAuthenticationProviderinstances. -
Uses of MutinyGen in io.vertx.mutiny.ext.auth.jwt.authorization
Classes in io.vertx.mutiny.ext.auth.jwt.authorization with annotations of type MutinyGenModifier and TypeClassDescriptionclassImplementation of the JWT authorization provider.classImplementation of the Microprofile MP-JWT 1.1 RBAC based on the access token groups key. -
Uses of MutinyGen in io.vertx.mutiny.ext.auth.ldap
Classes in io.vertx.mutiny.ext.auth.ldap with annotations of type MutinyGenModifier and TypeClassDescriptionclassFactory interface for creating a LDAPAuthenticationProvider. -
Uses of MutinyGen in io.vertx.mutiny.ext.auth.mongo
Classes in io.vertx.mutiny.ext.auth.mongo with annotations of type MutinyGenModifier and TypeClassDescriptionclassAn extension of AuthProvider which is usingMongoClientas storeclassAn extension of AuthProvider which is usingMongoClientas storeclassUtility to create users/roles/permissions. -
Uses of MutinyGen in io.vertx.mutiny.ext.auth.oauth2
Classes in io.vertx.mutiny.ext.auth.oauth2 with annotations of type MutinyGenModifier and TypeClassDescriptionclassFactory interface for creating OAuth2 basedAuthenticationProviderinstances. -
Uses of MutinyGen in io.vertx.mutiny.ext.auth.oauth2.authorization
Classes in io.vertx.mutiny.ext.auth.oauth2.authorization with annotations of type MutinyGenModifier and TypeClassDescriptionclassImplementation of the Keycloak Authorization Provider.classScope is a mechanism in OAuth 2.0 to limit an application's access to a user's account. -
Uses of MutinyGen in io.vertx.mutiny.ext.auth.oauth2.providers
Classes in io.vertx.mutiny.ext.auth.oauth2.providers with annotations of type MutinyGenModifier and TypeClassDescriptionclassSimplified factory to create anOAuth2Authfor Amazon Cognito.classSimplified factory to create anOAuth2Authfor Apple.classSimplified factory to create anOAuth2Authfor Azure AD.classSimplified factory to create anOAuth2Authfor box.com.classSimplified factory to create anOAuth2Authfor CloudFoundry UAA.classSimplified factory to create anOAuth2Authfor Dropbox.classSimplified factory to create anOAuth2Authfor Facebook.classSimplified factory to create anOAuth2Authfor Foursquare.classSimplified factory to create anOAuth2Authfor Gitee.classSimplified factory to create anOAuth2Authfor Github.classSimplified factory to create anOAuth2Authfor GitLab.com.classSimplified factory to create anOAuth2Authfor Google.classSimplified factory to create anOAuth2Authfor Heroku.classSimplified factory to create anOAuth2Authfor IBM Cloud.classSimplified factory to create anOAuth2Authfor Instagram.classSimplified factory to create anOAuth2Authfor Keycloak.classSimplified factory to create anOAuth2Authfor LinkedIn.classSimplified factory to create anOAuth2Authfor live.com Services.classSimplified factory to create anOAuth2Authfor Mailchimp.classSimplified factory to create anOAuth2Authfor OpenID Connect.classSimplified factory to create anOAuth2Authfor Salesforce.classSimplified factory to create anOAuth2Authfor Shopify.classSimplified factory to create anOAuth2Authfor SoundCloud.classSimplified factory to create anOAuth2Authfor Stripe.classSimplified factory to create anOAuth2Authfor Twitter.classSimplified factory to create anOAuth2Authfor Zoho. -
Uses of MutinyGen in io.vertx.mutiny.ext.auth.otp
Classes in io.vertx.mutiny.ext.auth.otp with annotations of type MutinyGen -
Uses of MutinyGen in io.vertx.mutiny.ext.auth.otp.hotp
Classes in io.vertx.mutiny.ext.auth.otp.hotp with annotations of type MutinyGenModifier and TypeClassDescriptionclassAn extension of AuthProvider which uses the one time passwords based on counter to perform authentication. -
Uses of MutinyGen in io.vertx.mutiny.ext.auth.otp.totp
Classes in io.vertx.mutiny.ext.auth.otp.totp with annotations of type MutinyGenModifier and TypeClassDescriptionclassAn extension of AuthProvider which uses the one time passwords based on time to perform authentication. -
Uses of MutinyGen in io.vertx.mutiny.ext.auth.prng
Classes in io.vertx.mutiny.ext.auth.prng with annotations of type MutinyGenModifier and TypeClassDescriptionclassA secure non blocking random number generator isolated to the current context. -
Uses of MutinyGen in io.vertx.mutiny.ext.auth.properties
Classes in io.vertx.mutiny.ext.auth.properties with annotations of type MutinyGenModifier and TypeClassDescriptionclassFactory interface for creating property file basedAuthenticationProviderinstances.classFactory interface for creating property file basedAuthenticationProviderinstances. -
Uses of MutinyGen in io.vertx.mutiny.ext.auth.sqlclient
Classes in io.vertx.mutiny.ext.auth.sqlclient with annotations of type MutinyGenModifier and TypeClassDescriptionclassFactory interface for creatingAuthenticationProviderinstances that use the Vert.x SQL client.classFactory interface for creatingAuthorizationProviderinstances that use the Vert.x SQL client.classUtility to create users/roles/permissions. -
Uses of MutinyGen in io.vertx.mutiny.ext.auth.webauthn4j
Classes in io.vertx.mutiny.ext.auth.webauthn4j with annotations of type MutinyGenModifier and TypeClassDescriptionclassUsed to represent persistent storage of credentials, this gives you a way to abstract how you want to store them (in memory, database, other).classFactory interface for creating WebAuthN basedAuthenticationProviderinstances. -
Uses of MutinyGen in io.vertx.mutiny.ext.consul
Classes in io.vertx.mutiny.ext.consul with annotations of type MutinyGenModifier and TypeClassDescriptionclassA Vert.x service used to interact with Consul.classWatch<T>Watches are a way of specifying a view of data (e.g. list of nodes, KV pairs, health checks) which is monitored for updates.classWatchResult<T>NOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface. -
Uses of MutinyGen in io.vertx.mutiny.ext.eventbus.bridge.tcp
Classes in io.vertx.mutiny.ext.eventbus.bridge.tcp with annotations of type MutinyGenModifier and TypeClassDescriptionclassRepresents an event that occurs on the event bus bridge.classTCP EventBus bridge for Vert.x -
Uses of MutinyGen in io.vertx.mutiny.ext.healthchecks
Classes in io.vertx.mutiny.ext.healthchecks with annotations of type MutinyGenModifier and TypeClassDescriptionclassNOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface. -
Uses of MutinyGen in io.vertx.mutiny.ext.mail
Classes in io.vertx.mutiny.ext.mail with annotations of type MutinyGenModifier and TypeClassDescriptionclassNOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface.classSMTP mail client for Vert.xclassA builder forMailClient. -
Uses of MutinyGen in io.vertx.mutiny.ext.mongo
Classes in io.vertx.mutiny.ext.mongo with annotations of type MutinyGenModifier and TypeClassDescriptionclassA Vert.x service used to interact with MongoDB server instances.classNOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface. -
Uses of MutinyGen in io.vertx.mutiny.ext.web
Classes in io.vertx.mutiny.ext.web with annotations of type MutinyGenModifier and TypeClassDescriptionclassRepresents a file-upload from an HTTP multipart form submission.classA parsed language header.classNOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface.interfaceNOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface.classA container with the request's headers that are meaningful enough to be parsed Contains: Accept -> MIME header, parameters and sortable Accept-Charset -> Parameters and sortable Accept-Encoding -> Parameters and sortable Accept-Language -> Parameters and sortable Content-Type -> MIME header and parametersclassNOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface.classA route is a holder for a set of criteria which determine whether an HTTP request or failure should be routed to a handler.classA router receives request from anHttpServerand routes it to the first matchingRoutethat it contains.classRepresents the context for the handling of a request in Vert.x-Web.classRepresents a browser session.classA web user is extended user coupled to the context and is used to perform verifications and actions on behalf of the user. -
Uses of MutinyGen in io.vertx.mutiny.ext.web.api.service
Classes in io.vertx.mutiny.ext.web.api.service with annotations of type MutinyGenModifier and TypeClassDescriptionclassHandler that proxy the request to an event bus endpoint, waits for the reply and then writes the HTTP response. -
Uses of MutinyGen in io.vertx.mutiny.ext.web.client
Classes in io.vertx.mutiny.ext.web.client with annotations of type MutinyGenModifier and TypeClassDescriptionclassAn asynchronous cache aware HTTP / HTTP/2 client calledCachingWebClient.classHttpRequest<T>A client-side HTTP request.classHttpResponse<T>An HTTP response.classAn asynchronous OAuth2/OIDC aware HTTP / HTTP/2 client calledWebClientOAuth2.classAn asynchronous HTTP / HTTP/2 client calledWebClient.classAn asynchronous sessions aware HTTP / HTTP/2 client calledWebClientSession. -
Uses of MutinyGen in io.vertx.mutiny.ext.web.codec
Classes in io.vertx.mutiny.ext.web.codec with annotations of type MutinyGenModifier and TypeClassDescriptionclassBodyCodec<T>A codec for encoding and decoding HTTP bodies. -
Uses of MutinyGen in io.vertx.mutiny.ext.web.common
Classes in io.vertx.mutiny.ext.web.common with annotations of type MutinyGenModifier and TypeClassDescriptionclassUtility API to verify which environment is the web application running. -
Uses of MutinyGen in io.vertx.mutiny.ext.web.common.template
Classes in io.vertx.mutiny.ext.web.common.template with annotations of type MutinyGenModifier and TypeClassDescriptionclassA template template uses a specific template and the data in a routing context to render a resource into a buffer. -
Uses of MutinyGen in io.vertx.mutiny.ext.web.handler
Classes in io.vertx.mutiny.ext.web.handler with annotations of type MutinyGenModifier and TypeClassDescriptionclassAn authentication handler that provides API Key support.interfaceBase interface for auth handlers.classBase interface for authorization handlers that provide authorization support.classAn auth handler that provides HTTP Basic Authentication support.classA handler which gathers the entire request body and sets it on theRoutingContext.classAn auth handler that chains to a sequence of handlers.classA handler which implements server side http://www.w3.org/TR/cors/[CORS] support for Vert.x-Web.classContent Security Policy (CSP) is an added layer of security that helps to detect and mitigate certain types of attacks, including Cross Site Scripting (XSS) and data injection attacks.classThis handler adds a CSRF token to requests which mutate state.classAn auth handler that provides HTTP Basic Authentication support.classA pretty error handler for rendering error pages.classA handler that serves favicons.classHandler that handles login from a form on a custom login page.classHTTP Strict Transport Security (HSTS) RFC6797.interfaceBase input trust interface for handlers that verify the trust of the request.classAn auth handler that provides JWT Authentication support.classImplement to format the output of theLoggerHandlerclassA handler which logs request information to the Vert.x logger.classNOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface.classA handler which selectively executes another handler if a precondition is met.classAn auth handler that provides OAuth2 Authentication support.classAn auth handler that provides One Time Password (Multi-Factor) Authentication support.interfaceBase platform interface for handlers that provide functionality to the application platform.interfaceBase interface for handlers that perform protocol upgrades.classAn auth handler that's used to handle auth by redirecting user to a custom login page.classA handler which sets the response content type automatically according to the bestAcceptheader match.classHandler which adds a header `x-response-time` in the response of matching requests containing the time taken in ms to process the request.classA handler that logs security audit events.interfaceBase security policy interface for handlers that provide HTTP security related headers.classA handler that maintains aSessionfor each browser session.classA user customizable authentication handler.classA handler for serving static resources from the file system or classpath.classA handler which renders responses using a template engine and where the template name is selected from the URI path.classHandler that will timeout requests if the response has not been written after a certain time.classAn auth handler that provides FIDO2 WebAuthN Relay Party support.classThe X-Frame-Options HTTP response header can be used to indicate whether or not a browser should be allowed to render a page in a<frame>,<iframe>,<embed>or<object>. -
Uses of MutinyGen in io.vertx.mutiny.ext.web.handler.graphql
Classes in io.vertx.mutiny.ext.web.handler.graphql with annotations of type MutinyGenModifier and TypeClassDescriptionclassHolds aExecutionInput.Builderwith a contextual object.classA handler for GraphiQL resources.classA builder forGraphiQLHandlerinstances.classARoutehandler for GraphQL requests.classA builder forGraphQLHandlerinstances.classNOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface. -
Uses of MutinyGen in io.vertx.mutiny.ext.web.handler.graphql.ws
Classes in io.vertx.mutiny.ext.web.handler.graphql.ws with annotations of type MutinyGenModifier and TypeClassDescriptionclassNOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface.classA handler for the GraphQL over WebSocket Protocol.classA builder forGraphQLWSHandlerinstances.classA GraphQL over WebSocket Protocol message. -
Uses of MutinyGen in io.vertx.mutiny.ext.web.handler.sockjs
Classes in io.vertx.mutiny.ext.web.handler.sockjs with annotations of type MutinyGenModifier and TypeClassDescriptionclassRepresents an event that occurs on the event bus bridge.classA handler that allows you to handle SockJS connections from clients.classYou interact with SockJS clients through instances of SockJS socket. -
Uses of MutinyGen in io.vertx.mutiny.ext.web.healthchecks
Classes in io.vertx.mutiny.ext.web.healthchecks with annotations of type MutinyGenModifier and TypeClassDescriptionclassA Vert.x Web handler on which you register health check procedure. -
Uses of MutinyGen in io.vertx.mutiny.ext.web.multipart
Classes in io.vertx.mutiny.ext.web.multipart with annotations of type MutinyGenModifier and TypeClassDescriptionclassA form data part of aMultipartForm.classA multipart form. -
Uses of MutinyGen in io.vertx.mutiny.ext.web.proxy.handler
Classes in io.vertx.mutiny.ext.web.proxy.handler with annotations of type MutinyGenModifier and TypeClassDescriptionclassNOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface. -
Uses of MutinyGen in io.vertx.mutiny.ext.web.sstore
Classes in io.vertx.mutiny.ext.web.sstore with annotations of type MutinyGenModifier and TypeClassDescriptionclassA session store which stores sessions in a distributed map so they are available across the cluster.classA session store which is only available on a single node.classA session store is used to store sessions for an Vert.x-Web web app -
Uses of MutinyGen in io.vertx.mutiny.ext.web.sstore.cookie
Classes in io.vertx.mutiny.ext.web.sstore.cookie with annotations of type MutinyGenModifier and TypeClassDescriptionclassA SessionStore that uses a Cookie to store the session data. -
Uses of MutinyGen in io.vertx.mutiny.ext.web.sstore.infinispan
Classes in io.vertx.mutiny.ext.web.sstore.infinispan with annotations of type MutinyGenModifier and TypeClassDescriptionclassAn implementation ofSessionStorethat relies on the Infinispan Java Client. -
Uses of MutinyGen in io.vertx.mutiny.ext.web.sstore.redis
Classes in io.vertx.mutiny.ext.web.sstore.redis with annotations of type MutinyGenModifier and TypeClassDescriptionclassA SessionStore that uses a Redis to store the sessions and associated data. -
Uses of MutinyGen in io.vertx.mutiny.ext.web.templ.freemarker
Classes in io.vertx.mutiny.ext.web.templ.freemarker with annotations of type MutinyGenModifier and TypeClassDescriptionclassA template engine that uses the FreeMarker library. -
Uses of MutinyGen in io.vertx.mutiny.ext.web.templ.handlebars
Classes in io.vertx.mutiny.ext.web.templ.handlebars with annotations of type MutinyGenModifier and TypeClassDescriptionclassA template engine that uses the Handlebars library. -
Uses of MutinyGen in io.vertx.mutiny.ext.web.templ.httl
Classes in io.vertx.mutiny.ext.web.templ.httl with annotations of type MutinyGenModifier and TypeClassDescriptionclassA template engine that uses the HTTL library. -
Uses of MutinyGen in io.vertx.mutiny.ext.web.templ.mvel
Classes in io.vertx.mutiny.ext.web.templ.mvel with annotations of type MutinyGenModifier and TypeClassDescriptionclassA template engine that uses the Handlebars library. -
Uses of MutinyGen in io.vertx.mutiny.ext.web.templ.pebble
Classes in io.vertx.mutiny.ext.web.templ.pebble with annotations of type MutinyGenModifier and TypeClassDescriptionclassA template engine that uses the Pebble library. -
Uses of MutinyGen in io.vertx.mutiny.ext.web.templ.pug
Classes in io.vertx.mutiny.ext.web.templ.pug with annotations of type MutinyGen -
Uses of MutinyGen in io.vertx.mutiny.ext.web.templ.rocker
Classes in io.vertx.mutiny.ext.web.templ.rocker with annotations of type MutinyGenModifier and TypeClassDescriptionclassA template engine that uses the Rocker library. -
Uses of MutinyGen in io.vertx.mutiny.ext.web.templ.thymeleaf
Classes in io.vertx.mutiny.ext.web.templ.thymeleaf with annotations of type MutinyGenModifier and TypeClassDescriptionclassA template engine that uses the Thymeleaf library. -
Uses of MutinyGen in io.vertx.mutiny.ext.web.validation
Classes in io.vertx.mutiny.ext.web.validation with annotations of type MutinyGenModifier and TypeClassDescriptionclassRequest parameter holderclassContainer for request parametersclassRequest predicateclassResult of aRequestPredicateclassNOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface. -
Uses of MutinyGen in io.vertx.mutiny.ext.web.validation.builder
Classes in io.vertx.mutiny.ext.web.validation.builder with annotations of type MutinyGenModifier and TypeClassDescriptionclassThis interface is used to createValueParserable to parse serialized array structures.classIn this interface you can find all availableBodyProcessorFactoryto use inValidationHandlerBuilder.classThis interface is used to build body processors.classThis interface is used to createValueParserable to parse serialized object structures.classThis interface is used to build parameter processors supported on everyParameterLocation.classIn this interface you can find all availableParameterProcessorFactoryto use inValidationHandlerBuilder.classIn this interface you can find all availableArrayParserFactory,ObjectParserFactory&TupleParserFactoryclassThis interface is used to build complex parameter processors supported only in cookie & query.classThis interface is used to createValueParserable to parse serialized object structures.classBuilder for aValidationHandler. -
Uses of MutinyGen in io.vertx.mutiny.httpproxy
Classes in io.vertx.mutiny.httpproxy with annotations of type MutinyGenModifier and TypeClassDescriptionclassHandles the HTTP proxy body.classA synchronous function that transforms an HTTP body entity.classRange of transformers ready to be used.classHandles the HTTP reverse proxy logic between the user agent and the origin.classA provider that creates the request to the origin server based onProxyContext.classA controller for proxy interception.classAHttpProxyinterceptor.class>Builder class for a customizable interceptor capable of transforming HTTP request/response head attributes (headers, path, query params) as well as transforming the HTTP body.</pclassHandles the interoperability of the request between the user agent and the origin.classHandles the interoperability of the response between the origin and the user agent. -
Uses of MutinyGen in io.vertx.mutiny.json.schema
Classes in io.vertx.mutiny.json.schema with annotations of type MutinyGenModifier and TypeClassDescriptionclassNOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface.classA Json-Schema holder.classJsonObject$refresolver.classA repository is a holder of dereferenced schemas, it can be used to create validator instances for a specific schema.classA validator, validates some input object using a well known schema. -
Uses of MutinyGen in io.vertx.mutiny.kafka.admin
Classes in io.vertx.mutiny.kafka.admin with annotations of type MutinyGen -
Uses of MutinyGen in io.vertx.mutiny.kafka.client.consumer
Classes in io.vertx.mutiny.kafka.client.consumer with annotations of type MutinyGenModifier and TypeClassDescriptionclassKafkaConsumer<K,V> Vert.x Kafka consumer.classKafkaConsumerRecord<K,V> Vert.x Kafka consumer recordclassKafkaConsumerRecords<K,V> Vert.x Kafka consumer records -
Uses of MutinyGen in io.vertx.mutiny.kafka.client.producer
Classes in io.vertx.mutiny.kafka.client.producer with annotations of type MutinyGenModifier and TypeClassDescriptionclassVert.x Kafka producer record header.classKafkaProducer<K,V> Vert.x Kafka producer.classKafkaProducerRecord<K,V> Vert.x Kafka producer record. -
Uses of MutinyGen in io.vertx.mutiny.micrometer
Classes in io.vertx.mutiny.micrometer with annotations of type MutinyGenModifier and TypeClassDescriptionclassThe metrics service mainly allows to return a snapshot of measured objects.
This service is derived and adapted fromMetricsServicein the vertx-dropwizard-metrics module.interfaceAn interface for creating handlers to expose Prometheus metrics via an HTTP endpoint.interfaceA Vert.x WebRoutehandler for Prometheus metrics scraping. -
Uses of MutinyGen in io.vertx.mutiny.mqtt
Classes in io.vertx.mutiny.mqtt with annotations of type MutinyGenModifier and TypeClassDescriptionclassAn MQTT clientclassRepresents an MQTT endpoint for point-to-point communication with the remote MQTT clientclassAn MQTT serverclassRepresents a subscription to a topic -
Uses of MutinyGen in io.vertx.mutiny.mqtt.messages
Classes in io.vertx.mutiny.mqtt.messages with annotations of type MutinyGenModifier and TypeClassDescriptionclassRepresents an MQTT AUTH messageclassRepresents an MQTT CONNACK message.classRepresents an MQTT DISCONNECT messageinterfaceRepresent the interface for each MQTT messageclassRepresents an MQTT PUBACK messageclassRepresents an MQTT PUBCOMP messageclassRepresents an MQTT PUBLISH messageclassRepresents an MQTT PUBREC messageclassRepresents an MQTT PUBREL messageclassRepresents an MQTT SUBACK messageclassRepresents an MQTT SUBSCRIBE messageclassRepresents an MQTT UNSUBACK messageclassRepresents an MQTT UNSUBSCRIBE message -
Uses of MutinyGen in io.vertx.mutiny.mssqlclient
Classes in io.vertx.mutiny.mssqlclient with annotations of type MutinyGenModifier and TypeClassDescriptionclassEntry point for building MSSQL clients.classA connection to Microsoft SQL Server. -
Uses of MutinyGen in io.vertx.mutiny.mysqlclient
Classes in io.vertx.mutiny.mysqlclient with annotations of type MutinyGenModifier and TypeClassDescriptionclassEntry point for building MySQL clients.classAn interface to define MySQL specific constants or behaviors.classAn interface which represents a connection to MySQL server. -
Uses of MutinyGen in io.vertx.mutiny.oracleclient
Classes in io.vertx.mutiny.oracleclient with annotations of type MutinyGenModifier and TypeClassDescriptionclassEntry point for building Oracle clients.classAn interface to define Oracle specific constants or behaviors.classA connection to Oracle Database. -
Uses of MutinyGen in io.vertx.mutiny.pgclient
Classes in io.vertx.mutiny.pgclient with annotations of type MutinyGenModifier and TypeClassDescriptionclassEntry point for building PostgreSQL clients.classA connection to Postgres. -
Uses of MutinyGen in io.vertx.mutiny.pgclient.pubsub
Classes in io.vertx.mutiny.pgclient.pubsub with annotations of type MutinyGenModifier and TypeClassDescriptionclassA channel to Postgres that tracks the subscription to a given Postgres channel using theLISTEN/UNLISTENcommands.classA class for managing subscriptions usingLISTEN/UNLISTENto Postgres channels. -
Uses of MutinyGen in io.vertx.mutiny.rabbitmq
Classes in io.vertx.mutiny.rabbitmq with annotations of type MutinyGenModifier and TypeClassDescriptionclassNOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface.classA stream of messages from a rabbitmq queue.classRepresent a message received message received in a rabbitmq-queue.classA reliable publisher that Queues up messages internally until it can successfully call basicPublish. -
Uses of MutinyGen in io.vertx.mutiny.redis.client
Classes in io.vertx.mutiny.redis.client with annotations of type MutinyGenModifier and TypeClassDescriptionclassA simple Redis client.classAuto generated Redis API client wrapper.classUtilities for Redis cluster.classA simple Redis client.classAuto generated Valkey API client wrapper. -
Uses of MutinyGen in io.vertx.mutiny.sqlclient
Classes in io.vertx.mutiny.sqlclient with annotations of type MutinyGenModifier and TypeClassDescriptionclassBuilder forSqlClientinstances.classA cursor that reads progressively rows from the database, it is useful for reading very large result sets.classA connection pool which reuses a number of SQL connections.classA query for a prepared statement allowing parameterized execution of the query, this query will use a prepared statement.classA prepared statement, the statement is pre-compiled and it's more efficient to execute the statement for multiple times.classPropertyKind<T>The kind of the property, this can be used to fetch some specific property of theexecution result.classQuery<T>A query.classA single row of theexecution result rowset.classRowIterator<R>An iterator for processing rows.classRowSet<R>The execution result of the row set of a query provided as<R>, commonly used as aRowSet<Row>.classRowStream<T>A row oriented stream.classDefines common SQL client operations with a database server.classA connection to the database server.interfaceSqlResult<T>An interface that represents the execution result of an operation on the database server.classA transaction.classA general purpose tuple. -
Uses of MutinyGen in io.vertx.mutiny.sqlclient.desc
Classes in io.vertx.mutiny.sqlclient.desc with annotations of type MutinyGenModifier and TypeClassDescriptionclassNOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface.classDescribe a database row. -
Uses of MutinyGen in io.vertx.mutiny.sqlclient.spi
Classes in io.vertx.mutiny.sqlclient.spi with annotations of type MutinyGenModifier and TypeClassDescriptionclassContains static metadata about the backend database server -
Uses of MutinyGen in io.vertx.mutiny.sqlclient.templates
Classes in io.vertx.mutiny.sqlclient.templates with annotations of type MutinyGenModifier and TypeClassDescriptionclassRowMapper<T>Map aRowto an arbitraryTobject.classSqlTemplate<I,R> An SQL template.classTupleMapper<T>Map an arbitraryTobject to aTuple. -
Uses of MutinyGen in io.vertx.mutiny.uritemplate
Classes in io.vertx.mutiny.uritemplate with annotations of type MutinyGenModifier and TypeClassDescriptionclassA URI template that follows the rfc6570 level 4.classHolds a set of name/value pairs where each value can be aStringor aList<String>or aMap<String, String>.