Uses of Annotation Type
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.classA for consumption.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 Vert.x web handler to expose the circuit breaker to the Hystrix dasbboard.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 from and 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.classThis class represents a MultiMap of String keys to a List of String values.classPromise<T>Represents the writable side of an action that may, or may not, have occurred yet.classA timeout stream is triggered by a timer, theHandlerwill be call when the timer is fired, it can be once or several times depending on the nature of the timer related to this stream.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.buffer
Classes in io.vertx.mutiny.core.buffer with annotations of type MutinyGenModifier and TypeClassDescriptionclassMost data is shuffled around inside Vert.x using buffers. -
Uses of MutinyGen in io.vertx.mutiny.core.cli
Classes in io.vertx.mutiny.core.cli with annotations of type MutinyGenModifier and TypeClassDescriptionclassInterface defining a command-line interface (in other words a command such as 'run', 'ls'...).classThe parser transforms a CLI (a model) into anCommandLine. -
Uses of MutinyGen in io.vertx.mutiny.core.datagram
Classes in io.vertx.mutiny.core.datagram with annotations of type MutinyGenModifier and TypeClassDescriptionclassA received datagram packet (UDP) which contains the data and information about the sender of the data itself.classA 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 MutinyGen -
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.classRepresents properties of a file on the file system.classContains a broad set of operations for manipulating files on the file system.classRepresents properties of 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 initially not connected.classRepresents an HTTP Cookie.classAn asynchronous HTTP client.classA builder forHttpClient.classRepresents a client-side HTTP request.classRepresents a client-side HTTP response.classRepresents an HTTP connection.classAn HTTP/2 frame.classContains a bunch of useful HTTP headers stuff: methods for creating instances often used Header names method to create optimizedCharSequencewhich can be used as header name and valueinterfaceThe state of the HTTP response head: Status code / Message HeadersclassAn HTTP and WebSockets server.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.classRepresents a client-side WebSocket.interfaceBase WebSocket implementation.classAn asynchronous WebSocket client.classA WebSocket frame that represents either text or binary data. -
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 using Vert.x codegen. -
Uses of MutinyGen in io.vertx.mutiny.core.net
Classes in io.vertx.mutiny.core.net with annotations of type MutinyGenModifier and TypeClassDescriptionclassA combination of host and port.classA TCP client.classRepresents a TCP serverclassRepresents a socket-like interface to a TCP connection on either the client or the server side.classA self-signed certificate helper for testing and development purposes.classThe address of a socket, an inet socket address or a domain socket address. -
Uses of MutinyGen in io.vertx.mutiny.core.parsetools
Classes in io.vertx.mutiny.core.parsetools with annotations of type MutinyGenModifier and TypeClassDescriptionclassA JSON event emited by theJsonParser.classA 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.classPumps 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.classA pool of DB2 connections. -
Uses of MutinyGen in io.vertx.mutiny.ext.auth
Classes in io.vertx.mutiny.ext.auth with annotations of type MutinyGenModifier and TypeClassDescriptionclassUser-facing interface for authenticating users.classChain several authentication providers as if they were one.classHashing Algorithm.classHashing Strategy manager.classRepresents an authenticates User and contains operations to authorise the user.classA secure non blocking random number generator isolated to the current context. -
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 authorizationsclassInterface 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.classThe role of an AuthorizationProvider is to return a set of Authorization.classclassAllows 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.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.jdbc
Classes in io.vertx.mutiny.ext.auth.jdbc with annotations of type MutinyGenModifier and TypeClassDescriptionclassFactory interface for creatingAuthenticationProviderinstances that use the Vert.x JDBC client.classNOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface using Vert.x codegen.classNOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface using Vert.x codegen.classDetermines how the hashing is computed in the implementation You can implement this to provide a different hashing strategy to the default.classNOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface using Vert.x codegen. -
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 TypeClassDescriptionclassDetermines how the hashing is computed in the implementation You can implement this to provide a different hashing strategy to the default.classAn extension of AuthProvider which is using as storeclassAn extension of AuthProvider which is using as storeclassAn extension of AuthProvider which is using as 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 an for Amazon Cognito.classSimplified factory to create an for Azure AD.classSimplified factory to create an for box.com.classSimplified factory to create an for CloudFoundry UAA.classSimplified factory to create an for Dropbox.classSimplified factory to create an for Facebook.classSimplified factory to create an for Foursquare.classSimplified factory to create an for Gitee.classSimplified factory to create an for Github.classSimplified factory to create an for GitLab.com.classSimplified factory to create anOAuth2Authfor Google.classSimplified factory to create an for Heroku.classSimplified factory to create an for IBM Cloud.classSimplified factory to create an for Instagram.classSimplified factory to create an for Keycloak.classSimplified factory to create an for LinkedIn.classSimplified factory to create an for live.com Services.classSimplified factory to create an for Mailchimp.classSimplified factory to create anOAuth2Authfor OpenID Connect.classSimplified factory to create an for Salesforce.classSimplified factory to create an for Shopify.classSimplified factory to create an for SoundCloud.classSimplified factory to create an for Stripe.classSimplified factory to create an for Twitter. -
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.shiro
Classes in io.vertx.mutiny.ext.auth.shiro with annotations of type MutinyGenModifier and TypeClassDescriptionclassFactory interface for creating Apache Shiro 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 creating instances that use the Vert.x SQL client.classUtility to create users/roles/permissions. -
Uses of MutinyGen in io.vertx.mutiny.ext.auth.webauthn
Classes in io.vertx.mutiny.ext.auth.webauthn with annotations of type MutinyGenModifier and TypeClassDescriptionclassFactory interface for creating FIDO2 MetaDataService.classFactory interface for creating WebAuthN basedAuthenticationProviderinstances. -
Uses of MutinyGen in io.vertx.mutiny.ext.bridge
Classes in io.vertx.mutiny.ext.bridge with annotations of type MutinyGenModifier and TypeClassDescriptionclassRepresents an event that occurs on the event bus bridge. -
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> -
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 TypeClassDescriptionclassA Vert.x Web handler on which you register health check procedure.classNOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface using Vert.x codegen. -
Uses of MutinyGen in io.vertx.mutiny.ext.jdbc
Classes in io.vertx.mutiny.ext.jdbc with annotations of type MutinyGenModifier and TypeClassDescriptionclassAn asynchronous client interface for interacting with a JDBC compliant database -
Uses of MutinyGen in io.vertx.mutiny.ext.mail
Classes in io.vertx.mutiny.ext.mail with annotations of type MutinyGenModifier and TypeClassDescriptionclassRepresent a mail attachment that can be used in a MailMessage.classSMTP mail client for Vert.x -
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.class -
Uses of MutinyGen in io.vertx.mutiny.ext.shell
Classes in io.vertx.mutiny.ext.shell with annotations of type MutinyGenModifier and TypeClassDescriptionclassAn interactive session between a consumer and a shell.classThe shell server.classThe shell service, provides a remotely accessible shell available via Telnet or SSH according to theShellServiceOptionsconfiguration. -
Uses of MutinyGen in io.vertx.mutiny.ext.shell.cli
Classes in io.vertx.mutiny.ext.shell.cli with annotations of type MutinyGenModifier and TypeClassDescriptionclassA parsed token in the command line interface.classThe completion object -
Uses of MutinyGen in io.vertx.mutiny.ext.shell.command
Classes in io.vertx.mutiny.ext.shell.command with annotations of type MutinyGenModifier and TypeClassDescriptionclassA Vert.x Shell command, it can be created from any language using theCommandBuilder.command(java.lang.String)or from a Java class usingio.vertx.mutiny.ext.shell.command.Command#createclassA build for Vert.x Shell command.classThe command process provides interaction with the process of the command provided by Vert.x Shell.classA registry that contains the commands known by a shell.classA resolver for commands, so the shell can discover commands. -
Uses of MutinyGen in io.vertx.mutiny.ext.shell.session
Classes in io.vertx.mutiny.ext.shell.session with annotations of type MutinyGen -
Uses of MutinyGen in io.vertx.mutiny.ext.shell.system
Classes in io.vertx.mutiny.ext.shell.system with annotations of type MutinyGenModifier and TypeClassDescriptionclassA job executed in aJobController, grouping one or several process.classThe job controller.classA process managed by the shell. -
Uses of MutinyGen in io.vertx.mutiny.ext.shell.term
Classes in io.vertx.mutiny.ext.shell.term with annotations of type MutinyGenModifier and TypeClassDescriptionclassA pseudo terminal used for controlling aTty.classNOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface using Vert.x codegen.classNOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface using Vert.x codegen.classThe terminal.classA server for terminal based applications.classProvide interactions with the Shell TTY. -
Uses of MutinyGen in io.vertx.mutiny.ext.sql
Classes in io.vertx.mutiny.ext.sql with annotations of type MutinyGenModifier and TypeClassDescriptionclassA common asynchronous client interface for interacting with SQL compliant databaseclassRepresents a connection to a SQL databaseinterfaceRepresents a SQL query interface to a databaseclassA ReadStream of Rows from the underlying RDBMS. -
Uses of MutinyGen in io.vertx.mutiny.ext.stomp
Classes in io.vertx.mutiny.ext.stomp with annotations of type MutinyGenModifier and TypeClassDescriptionclassStructure passed to acknowledgement handler called when aACKorNACKframe is received.classRepresents a STOMP destination.classInterface implemented to customize the destination creation.classUtility methods to build commonFrames.classStructure passed to server handler when receiving a frame.classDefines a STOMP client.classOnce a connection to the STOMP server has been made, client receives aStompClientConnection, that let send and receive STOMP frames.classDefines a STOMP server.classClass representing a connection between a STOMP client a the server.classSTOMP server handler implements the behavior of the STOMP server when a specific event occurs. -
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.classinterfaceclassA 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 parametersclassclassA 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. -
Uses of MutinyGen in io.vertx.mutiny.ext.web.api
Classes in io.vertx.mutiny.ext.web.api with annotations of type MutinyGenModifier and TypeClassDescriptionclassRequest parameter holderclassContainer for request parameters -
Uses of MutinyGen in io.vertx.mutiny.ext.web.api.contract
Classes in io.vertx.mutiny.ext.web.api.contract with annotations of type MutinyGenModifier and TypeInterfaceDescriptioninterfaceBase interface for HTTP request validation with API specificationinterfaceMain interface for Design Driven Router factory Author: Francesco Guardiani @slinkydeveloper -
Uses of MutinyGen in io.vertx.mutiny.ext.web.api.contract.openapi3
Classes in io.vertx.mutiny.ext.web.api.contract.openapi3 with annotations of type MutinyGenModifier and TypeClassDescriptionclassNOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface using Vert.x codegen.classInterface for OpenAPI3RouterFactory. -
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.api.validation
Classes in io.vertx.mutiny.ext.web.api.validation with annotations of type MutinyGenModifier and TypeClassDescriptionclassInterface that define methods for deserialization of array and objectsclassThis interface is used to add custom synchronous functions inside validation process.classAn interface for add HTTP Request validation.classInterface for declaration of method for validate a specific parameter type.
If you want to implement your own type validator, you need only to implementParameterTypeValidator.isValid(java.lang.String): If parameter is valid, call to put value (maybe modified) inside RequestParameters.classThis function is an inner wrapper for ParameterTypeValidator inside ValidationHandler parameter maps.interfaceBase interface for validation. -
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.client.predicate
Classes in io.vertx.mutiny.ext.web.client.predicate with annotations of type MutinyGenModifier and TypeClassDescriptionclassConverts aResponsePredicateResultto aThrowabledescribing the error.classA predicate on .classRepresents the outcome of aResponsePredicateapplied to an . -
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 the .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 using Vert.x codegen.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.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,,or. -
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 TypeClassDescriptionclassNOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface using Vert.x codegen.classA handler for GraphQL requests sent over Apollo'ssubscriptions-transport-wstransport.classA message received over Apollo'ssubscriptions-transport-wstransport.classHolds a with a contextual object.classA handler for GraphiQL resources.classA builder forGraphiQLHandlerinstances.classARoutehandler for GraphQL requests.classA builder forGraphQLHandlerinstances.class -
Uses of MutinyGen in io.vertx.mutiny.ext.web.handler.graphql.dataloader
Classes in io.vertx.mutiny.ext.web.handler.graphql.dataloader with annotations of type MutinyGenModifier and TypeClassDescriptionclassVertxBatchLoader<K,V> A that works well with Vert.x callback and based APIs.classA that works well with Vert.x callback and based APIs. -
Uses of MutinyGen in io.vertx.mutiny.ext.web.handler.graphql.schema
Classes in io.vertx.mutiny.ext.web.handler.graphql.schema with annotations of type MutinyGenModifier and TypeClassDescriptionclassA that works well with Vert.x callback and based APIs.classExtends so that properties can be read from a . -
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 TypeClassDescriptionclassclassA 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.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.openapi
Classes in io.vertx.mutiny.ext.web.openapi with annotations of type MutinyGenModifier and TypeClassDescriptionclassclassInterface representing an OperationclassInterface to build a Vert.x Web from an OpenAPI 3 contract.classAn authentication handler factory. -
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 using Vert.x codegen. -
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 of that 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.jade
Classes in io.vertx.mutiny.ext.web.templ.jade with annotations of type MutinyGen -
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 aRequestPredicateclassThis is the entry point of this module. -
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 create able 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 create able to parse serialized object structures.classThis interface is used to build parameter processors supported on every .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 create able to parse serialized object structures.classBuilder for a . -
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.classHandles the HTTP reverse proxy logic between the user agent and the origin.classA controller for proxy interception.interfaceAHttpProxyinterceptor.classHandles 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.jdbcclient
Classes in io.vertx.mutiny.jdbcclient with annotations of type MutinyGenModifier and TypeClassDescriptionclassJDBCPool is the interface that allows using the Sql Client API with plain JDBC.classTag if a parameter is of type OUT or INOUT. -
Uses of MutinyGen in io.vertx.mutiny.json.schema
Classes in io.vertx.mutiny.json.schema with annotations of type MutinyGenModifier and TypeClassDescriptionclassclassA Json-Schema holder.classJsonObject$refresolver.classInterface representing a Json SchemaclassParse a Json Schema.classA repository is a holder of dereferenced schemas, it can be used to create validator instances for a specific schema.classRepresents a pool where parsed schemas are addressed and cached.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.classA 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 CONNACK messageclassRepresents an MQTT CONNACK 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 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.classA ofSQL Server connections. -
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.classA ofMySQL Connections. -
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.classRepresents a pool of connection to interact with an 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.classA ofPostgreSQL connections. -
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 using Vert.x codegen.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 TypeClassDescriptionclassAuto generated API Commands to interact with REDIS.classA simple Redis client.classAuto generated Redis API client wrapper.classA simple Redis client.classBuilder for REDIS requests that will be encoded according to the RESP protocol was introduced in Redis 1.2.classThe response received from the REDIS server. -
Uses of MutinyGen in io.vertx.mutiny.servicediscovery
Classes in io.vertx.mutiny.servicediscovery with annotations of type MutinyGenModifier and TypeClassDescriptionclassService Discovery main entry point.classOnce a consumer has chosen a service, it builds aServiceReferencemanaging the binding with the chosen service provider. -
Uses of MutinyGen in io.vertx.mutiny.servicediscovery.spi
Classes in io.vertx.mutiny.servicediscovery.spi with annotations of type MutinyGenModifier and TypeClassDescriptionclassThe service exporter allows integrate other discovery technologies with the Vert.x service discovery.classThe service importer allows integrate other discovery technologies with the Vert.x service discovery.classThe publisher is used by the importer to publish or unpublish records. -
Uses of MutinyGen in io.vertx.mutiny.servicediscovery.types
Classes in io.vertx.mutiny.servicediscovery.types with annotations of type MutinyGenModifier and TypeClassDescriptionclassfor event bus services (service proxies).classfor HTTP endpoint (REST api).classNOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface using Vert.x codegen.classService type for data producer.classNOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface using Vert.x codegen.classService type for Redis data source. -
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, commonly used as aRowSet.classRowStream<T>A row oriented stream.classDefines common SQL client operations with a database server.classA connection to the database server.classSqlResult<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 MutinyGen -
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 a to an arbitraryTobject.classSqlTemplate<I,R> An SQL template.classTupleMapper<T>Map an arbitraryTobject to a . -
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 aListor aMap<String, String>.