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 TypeClassDescriptionclass
AMQP Client entry point.class
Once connected to the broker or router, you get a connection.class
Represents an AMQP message.class
Builder to create a newAmqpMessage
.class
Interface used to consume AMQP message as a stream of message.class
AMQP 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 TypeClassDescriptionclass
Eclipse Vert.x Cassandra client.class
A for consumption.class
It 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 TypeClassDescriptionclass
An implementation of the circuit breaker pattern for Vert.xclass
A failure policy for theCircuitBreaker
.class
A Vert.x web handler to expose the circuit breaker to the Hystrix dasbboard.class
A policy for retry execution. -
Uses of MutinyGen in io.vertx.mutiny.config
Classes in io.vertx.mutiny.config with annotations of type MutinyGenModifier and TypeClassDescriptionclass
Defines 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 TypeClassDescriptionclass
The execution context of aHandler
execution.class
This class represents a MultiMap of String keys to a List of String values.class
Promise<T>
Represents the writable side of an action that may, or may not, have occurred yet.class
Deprecated.class
A timer task that can be used as a future.class
The entry point into the Vert.x Core API.class
A builder for creating Vert.x instances, allowing to configure Vert.x plugins: metrics tracing cluster manager Example usage:class
An 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 TypeClassDescriptionclass
Most 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 TypeClassDescriptionclass
Interface defining a command-line interface (in other words a command such as 'run', 'ls'...).class
The 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 TypeClassDescriptionclass
A received datagram packet (UDP) which contains the data and information about the sender of the data itself.class
A datagram socket can be used to sendDatagramPacket
's to remote datagram servers and receiveDatagramPacket
s . -
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 TypeClassDescriptionclass
Encapsulates a message being delivered by Vert.x as well as providing control over the message delivery.class
A 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.class
Message<T>
Represents a message that is received from the event bus in a handler.class
An event bus consumer object representing a stream of message to anEventBus
address that can be read from.class
Represents 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 TypeClassDescriptionclass
Represents a file on the file-system which can be read from, or written to asynchronously.class
A lock on a region of anAsyncFile
.class
Represents properties of a file on the file system.class
Contains a broad set of operations for manipulating files on the file system.class
Represents 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 TypeClassDescriptionclass
Represents a client-side WebSocket initially not connected.class
Represents an HTTP Cookie.class
An asynchronous HTTP client.class
A builder forHttpClient
.class
Represents a client-side HTTP request.class
Represents a client-side HTTP response.class
Represents an HTTP connection.class
An HTTP/2 frame.class
Contains a bunch of useful HTTP headers stuff: methods for creating instances often used Header names method to create optimizedCharSequence
which can be used as header name and valueinterface
The state of the HTTP response head: Status code / Message Headersclass
An HTTP and WebSockets server.class
Represents an file upload from an HTML FORM.class
Represents a server-side HTTP request.class
Represents a server-side HTTP response.class
Represents a server side WebSocket.class
A server WebSocket handshake, allows to control acceptance or rejection of a WebSocket.class
Represents a client-side WebSocket.interface
Base WebSocket implementation.class
An asynchronous WebSocket client.class
A 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 TypeClassDescriptionclass
Implementation of RFC6901 Json Pointers.class
The JsonPointerIterator is used by the read/write algorithms of theJsonPointer
to 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 TypeInterfaceDescriptioninterface
NOTE: This class has been automatically generated from theoriginal
non 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 TypeClassDescriptionclass
A combination of host and port.class
A TCP client.class
Represents a TCP serverclass
Represents a socket-like interface to a TCP connection on either the client or the server side.class
A self-signed certificate helper for testing and development purposes.class
The 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 TypeClassDescriptionclass
A JSON event emited by theJsonParser
.class
A parser class which allows to incrementally parse json elements and emit json parse events instead of parsing a json element fully.class
A 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 TypeClassDescriptionclass
Pipe<T>
Pipe data from aReadStream
to aWriteStream
and performs flow control where necessary to prevent the write stream buffer from getting overfull.class
Deprecated.interface
ReadStream<T>
Represents a stream of items that can be read from.interface
Base interface for a stream.interface
WriteStream<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 TypeClassDescriptionclass
Entry point for building DB2 clients.class
A connection to DB2 server.class
Deprecated. -
Uses of MutinyGen in io.vertx.mutiny.ext.auth
Classes in io.vertx.mutiny.ext.auth with annotations of type MutinyGenModifier and TypeClassDescriptionclass
Deprecated.class
Chain several authentication providers as if they were one.class
Deprecated.class
Deprecated.class
Represents an authenticates User and contains operations to authorise the user.class
Deprecated. -
Uses of MutinyGen in io.vertx.mutiny.ext.auth.authentication
Classes in io.vertx.mutiny.ext.auth.authentication with annotations of type MutinyGenModifier and TypeClassDescriptionclass
User-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 TypeClassDescriptionclass
Allows to perform a logical 'and' between several authorizationsclass
Interface 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.)class
The AuthorizationContext contains properties that can be used to match authorizations.class
The role of an AuthorizationProvider is to return a set of Authorization.class
class
Allows to perform a logical 'not' of the specified authorizationclass
Allows to perform a logical 'or' between several authorizationsclass
Represents a permission Note that the permission can optionally be assigned to a specific resourceclass
Represents a role.class
Represents 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 TypeClassDescriptionclass
An 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 TypeClassDescriptionclass
An 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 TypeClassDescriptionclass
Factory interface for creatingAuthenticationProvider
instances that use the Vert.x JDBC client.class
Deprecated.class
Deprecated.class
Deprecated.class
Deprecated. -
Uses of MutinyGen in io.vertx.mutiny.ext.auth.jwt
Classes in io.vertx.mutiny.ext.auth.jwt with annotations of type MutinyGenModifier and TypeClassDescriptionclass
Factory interface for creating JWT basedAuthenticationProvider
instances. -
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 TypeClassDescriptionclass
Implementation of the JWT authorization provider.class
Implementation 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 TypeClassDescriptionclass
Factory 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 TypeClassDescriptionclass
Deprecated.class
An extension of AuthProvider which is using as storeclass
An extension of AuthProvider which is using as storeclass
An extension of AuthProvider which is using as storeclass
Utility 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 TypeClassDescriptionclass
Factory interface for creating OAuth2 basedAuthenticationProvider
instances. -
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 TypeClassDescriptionclass
Implementation of the Keycloak Authorization Provider.class
Scope 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 TypeClassDescriptionclass
Simplified factory to create an for Amazon Cognito.class
Simplified factory to create an for Azure AD.class
Simplified factory to create an for box.com.class
Simplified factory to create an for CloudFoundry UAA.class
Simplified factory to create an for Dropbox.class
Simplified factory to create an for Facebook.class
Simplified factory to create an for Foursquare.class
Simplified factory to create an for Gitee.class
Simplified factory to create an for Github.class
Simplified factory to create an for GitLab.com.class
Simplified factory to create anOAuth2Auth
for Google.class
Simplified factory to create an for Heroku.class
Simplified factory to create an for IBM Cloud.class
Simplified factory to create an for Instagram.class
Simplified factory to create an for Keycloak.class
Simplified factory to create an for LinkedIn.class
Simplified factory to create an for live.com Services.class
Simplified factory to create an for Mailchimp.class
Simplified factory to create anOAuth2Auth
for OpenID Connect.class
Simplified factory to create an for Salesforce.class
Simplified factory to create an for Shopify.class
Simplified factory to create an for SoundCloud.class
Simplified factory to create an for Stripe.class
Simplified 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 TypeClassDescriptionclass
An 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 TypeClassDescriptionclass
An 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 TypeClassDescriptionclass
A 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 TypeClassDescriptionclass
Factory interface for creating property file basedAuthenticationProvider
instances.class
Factory interface for creating property file basedAuthenticationProvider
instances. -
Uses of MutinyGen in io.vertx.mutiny.ext.auth.shiro
Classes in io.vertx.mutiny.ext.auth.shiro with annotations of type MutinyGen -
Uses of MutinyGen in io.vertx.mutiny.ext.auth.sqlclient
Classes in io.vertx.mutiny.ext.auth.sqlclient with annotations of type MutinyGenModifier and TypeClassDescriptionclass
Factory interface for creatingAuthenticationProvider
instances that use the Vert.x SQL client.class
Factory interface for creating instances that use the Vert.x SQL client.class
Utility 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 TypeClassDescriptionclass
Factory interface for creating FIDO2 MetaDataService.class
Factory interface for creating WebAuthN basedAuthenticationProvider
instances. -
Uses of MutinyGen in io.vertx.mutiny.ext.bridge
Classes in io.vertx.mutiny.ext.bridge with annotations of type MutinyGenModifier and TypeClassDescriptionclass
Represents 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 TypeClassDescriptionclass
A Vert.x service used to interact with Consul.class
Watch<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.class
WatchResult<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 TypeClassDescriptionclass
Represents an event that occurs on the event bus bridge.class
TCP 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 TypeClassDescriptionclass
A Vert.x Web handler on which you register health check procedure.class
NOTE: This class has been automatically generated from theoriginal
non 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 TypeClassDescriptionclass
An 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 TypeClassDescriptionclass
Represent a mail attachment that can be used in a MailMessage.class
SMTP 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 TypeClassDescriptionclass
A 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 TypeClassDescriptionclass
An interactive session between a consumer and a shell.class
The shell server.class
The shell service, provides a remotely accessible shell available via Telnet or SSH according to theShellServiceOptions
configuration. -
Uses of MutinyGen in io.vertx.mutiny.ext.shell.cli
Classes in io.vertx.mutiny.ext.shell.cli with annotations of type MutinyGenModifier and TypeClassDescriptionclass
A parsed token in the command line interface.class
The 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 TypeClassDescriptionclass
A 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#create
class
A build for Vert.x Shell command.class
The command process provides interaction with the process of the command provided by Vert.x Shell.class
A registry that contains the commands known by a shell.class
A 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 TypeClassDescriptionclass
A job executed in aJobController
, grouping one or several process.class
The job controller.class
A 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 TypeClassDescriptionclass
A pseudo terminal used for controlling aTty
.class
NOTE: This class has been automatically generated from theoriginal
non Mutiny-ified interface using Vert.x codegen.class
NOTE: This class has been automatically generated from theoriginal
non Mutiny-ified interface using Vert.x codegen.class
The terminal.class
A server for terminal based applications.class
Provide 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 TypeClassDescriptionclass
A common asynchronous client interface for interacting with SQL compliant databaseclass
Represents a connection to a SQL databaseinterface
Represents a SQL query interface to a databaseclass
A 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 TypeClassDescriptionclass
Structure passed to acknowledgement handler called when aACK
orNACK
frame is received.class
Represents a STOMP destination.class
Interface implemented to customize the destination creation.class
Utility methods to build commonFrame
s.class
Structure passed to server handler when receiving a frame.class
Defines a STOMP client.class
Once a connection to the STOMP server has been made, client receives aStompClientConnection
, that let send and receive STOMP frames.class
Defines a STOMP server.class
Class representing a connection between a STOMP client a the server.class
STOMP 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 TypeClassDescriptionclass
Represents a file-upload from an HTTP multipart form submission.class
A parsed language header.class
interface
class
A 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 parametersclass
class
A route is a holder for a set of criteria which determine whether an HTTP request or failure should be routed to a handler.class
A router receives request from anHttpServer
and routes it to the first matchingRoute
that it contains.class
Represents the context for the handling of a request in Vert.x-Web.class
Represents a browser session.class
A 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
Classes in io.vertx.mutiny.ext.web.api with annotations of type MutinyGenModifier and TypeClassDescriptionclass
Deprecated.class
Deprecated. -
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 TypeInterfaceDescriptioninterface
Deprecated.interface
Deprecated. -
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 TypeClassDescriptionclass
Deprecated.class
Deprecated. -
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 TypeClassDescriptionclass
Handler 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 TypeClassDescriptionclass
Deprecated.class
Deprecated.class
Deprecated.class
Deprecated.class
Deprecated.interface
Deprecated. -
Uses of MutinyGen in io.vertx.mutiny.ext.web.client
Classes in io.vertx.mutiny.ext.web.client with annotations of type MutinyGenModifier and TypeClassDescriptionclass
An asynchronous cache aware HTTP / HTTP/2 client calledCachingWebClient
.class
HttpRequest<T>
A client-side HTTP request.class
HttpResponse<T>
An HTTP response.class
An asynchronous OAuth2/OIDC aware HTTP / HTTP/2 client calledWebClientOAuth2
.class
An asynchronous HTTP / HTTP/2 client calledWebClient
.class
An 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 TypeClassDescriptionclass
Deprecated.class
Deprecated.class
Deprecated. -
Uses of MutinyGen in io.vertx.mutiny.ext.web.codec
Classes in io.vertx.mutiny.ext.web.codec with annotations of type MutinyGenModifier and TypeClassDescriptionclass
BodyCodec<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 TypeClassDescriptionclass
Utility 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 TypeClassDescriptionclass
A 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 TypeClassDescriptionclass
An authentication handler that provides API Key support.interface
Base interface for auth handlers.class
Base interface for authorization handlers that provide authorization support.class
An auth handler that provides HTTP Basic Authentication support.class
A handler which gathers the entire request body and sets it on the .class
An auth handler that chains to a sequence of handlers.class
A handler which implements server side http://www.w3.org/TR/cors/[CORS] support for Vert.x-Web.class
Content 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.class
This handler adds a CSRF token to requests which mutate state.class
An auth handler that provides HTTP Basic Authentication support.class
A pretty error handler for rendering error pages.class
A handler that serves favicons.class
Handler that handles login from a form on a custom login page.class
HTTP Strict Transport Security (HSTS) RFC6797.interface
Base input trust interface for handlers that verify the trust of the request.class
An auth handler that provides JWT Authentication support.class
Implement to format the output of theLoggerHandler
class
A handler which logs request information to the Vert.x logger.class
NOTE: This class has been automatically generated from theoriginal
non Mutiny-ified interface using Vert.x codegen.class
A handler which selectively executes another handler if a precondition is met.class
An auth handler that provides OAuth2 Authentication support.class
An auth handler that provides One Time Password (Multi-Factor) Authentication support.interface
Base platform interface for handlers that provide functionality to the application platform.interface
Base interface for handlers that perform protocol upgrades.class
An auth handler that's used to handle auth by redirecting user to a custom login page.class
A handler which sets the response content type automatically according to the bestAccept
header match.class
Handler which adds a header `x-response-time` in the response of matching requests containing the time taken in ms to process the request.interface
Base security policy interface for handlers that provide HTTP security related headers.class
A handler that maintains aSession
for each browser session.class
A user customizable authentication handler.class
A handler for serving static resources from the file system or classpath.class
A handler which renders responses using a template engine and where the template name is selected from the URI path.class
Handler that will timeout requests if the response has not been written after a certain time.class
An auth handler that provides FIDO2 WebAuthN Relay Party support.class
The 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 TypeClassDescriptionclass
Deprecated.class
Deprecated.class
Deprecated.class
Holds a with a contextual object.class
A handler for GraphiQL resources.class
A builder forGraphiQLHandler
instances.class
ARoute
handler for GraphQL requests.class
A builder forGraphQLHandler
instances.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 MutinyGen -
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 TypeClassDescriptionclass
Deprecated.class
Deprecated. -
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 TypeClassDescriptionclass
class
A handler for the GraphQL over WebSocket Protocol.class
A builder forGraphQLWSHandler
instances.class
A 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 TypeClassDescriptionclass
Represents an event that occurs on the event bus bridge.class
A handler that allows you to handle SockJS connections from clients.class
You 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 TypeClassDescriptionclass
A form data part of aMultipartForm
.class
A 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 TypeClassDescriptionclass
class
Interface representing an Operationclass
Interface to build a Vert.x Web from an OpenAPI 3 contract.class
An 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 TypeClassDescriptionclass
NOTE: This class has been automatically generated from theoriginal
non 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 TypeClassDescriptionclass
A session store which stores sessions in a distributed map so they are available across the cluster.class
A session store which is only available on a single node.class
A 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 TypeClassDescriptionclass
A 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 TypeClassDescriptionclass
An 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 TypeClassDescriptionclass
A 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 TypeClassDescriptionclass
A 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 TypeClassDescriptionclass
A 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 TypeClassDescriptionclass
A 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 TypeClassDescriptionclass
A 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 TypeClassDescriptionclass
A 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 TypeClassDescriptionclass
A 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 TypeClassDescriptionclass
A 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 TypeClassDescriptionclass
Request parameter holderclass
Container for request parametersclass
Request predicateclass
Result of aRequestPredicate
class
This 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 TypeClassDescriptionclass
This interface is used to create able to parse serialized array structures.class
In this interface you can find all availableBodyProcessorFactory
to use inValidationHandlerBuilder
.class
This interface is used to build body processors.class
This interface is used to create able to parse serialized object structures.class
This interface is used to build parameter processors supported on every .class
In this interface you can find all availableParameterProcessorFactory
to use inValidationHandlerBuilder
.class
In this interface you can find all availableArrayParserFactory
,ObjectParserFactory
&TupleParserFactory
class
This interface is used to build complex parameter processors supported only in cookie & query.class
This interface is used to create able to parse serialized object structures.class
Builder for a . -
Uses of MutinyGen in io.vertx.mutiny.httpproxy
Classes in io.vertx.mutiny.httpproxy with annotations of type MutinyGenModifier and TypeClassDescriptionclass
Handles the HTTP proxy body.class
Handles the HTTP reverse proxy logic between the user agent and the origin.class
A controller for proxy interception.interface
AHttpProxy
interceptor.class
Handles the interoperability of the request between the user agent and the origin.class
Handles 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 TypeClassDescriptionclass
JDBCPool is the interface that allows using the Sql Client API with plain JDBC.class
Tag 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 TypeClassDescriptionclass
class
A Json-Schema holder.class
JsonObject$ref
resolver.class
Deprecated.class
Deprecated.class
A repository is a holder of dereferenced schemas, it can be used to create validator instances for a specific schema.class
Deprecated.class
A 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 TypeClassDescriptionclass
KafkaConsumer<K,
V> Vert.x Kafka consumer.class
KafkaConsumerRecord<K,
V> Vert.x Kafka consumer recordclass
KafkaConsumerRecords<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 TypeClassDescriptionclass
Vert.x Kafka producer record header.class
KafkaProducer<K,
V> Vert.x Kafka producer.class
KafkaProducerRecord<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 TypeClassDescriptionclass
The metrics service mainly allows to return a snapshot of measured objects.
This service is derived and adapted fromMetricsService
in the vertx-dropwizard-metrics module.class
A Vert.x WebRoute
handler for Prometheus metrics scraping. -
Uses of MutinyGen in io.vertx.mutiny.mqtt
Classes in io.vertx.mutiny.mqtt with annotations of type MutinyGenModifier and TypeClassDescriptionclass
An MQTT clientclass
Represents an MQTT endpoint for point-to-point communication with the remote MQTT clientclass
An MQTT serverclass
Represents 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 TypeClassDescriptionclass
Represents an MQTT CONNACK messageclass
Represents an MQTT CONNACK messageinterface
Represent the interface for each MQTT messageclass
Represents an MQTT PUBACK messageclass
Represents an MQTT PUBCOMP messageclass
Represents an MQTT PUBLISH messageclass
Represents an MQTT PUBREC messageclass
Represents an MQTT PUBREL messageclass
Represents an MQTT SUBACK messageclass
Represents an MQTT SUBSCRIBE messageclass
Represents an MQTT UNSUBSCRIBE message -
Uses of MutinyGen in io.vertx.mutiny.mssqlclient
Classes in io.vertx.mutiny.mssqlclient with annotations of type MutinyGenModifier and TypeClassDescriptionclass
Entry point for building MSSQL clients.class
A connection to Microsoft SQL Server.class
Deprecated. -
Uses of MutinyGen in io.vertx.mutiny.mysqlclient
Classes in io.vertx.mutiny.mysqlclient with annotations of type MutinyGenModifier and TypeClassDescriptionclass
Entry point for building MySQL clients.class
An interface to define MySQL specific constants or behaviors.class
An interface which represents a connection to MySQL server.class
Deprecated. -
Uses of MutinyGen in io.vertx.mutiny.oracleclient
Classes in io.vertx.mutiny.oracleclient with annotations of type MutinyGenModifier and TypeClassDescriptionclass
Entry point for building Oracle clients.class
An interface to define Oracle specific constants or behaviors.class
A connection to Oracle Database.class
Deprecated. -
Uses of MutinyGen in io.vertx.mutiny.pgclient
Classes in io.vertx.mutiny.pgclient with annotations of type MutinyGenModifier and TypeClassDescriptionclass
Entry point for building PostgreSQL clients.class
A connection to Postgres.class
Deprecated. -
Uses of MutinyGen in io.vertx.mutiny.pgclient.pubsub
Classes in io.vertx.mutiny.pgclient.pubsub with annotations of type MutinyGenModifier and TypeClassDescriptionclass
A channel to Postgres that tracks the subscription to a given Postgres channel using theLISTEN/UNLISTEN
commands.class
A class for managing subscriptions usingLISTEN/UNLISTEN
to Postgres channels. -
Uses of MutinyGen in io.vertx.mutiny.rabbitmq
Classes in io.vertx.mutiny.rabbitmq with annotations of type MutinyGenModifier and TypeClassDescriptionclass
NOTE: This class has been automatically generated from theoriginal
non Mutiny-ified interface using Vert.x codegen.class
A stream of messages from a rabbitmq queue.class
Represent a message received message received in a rabbitmq-queue.class
A 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 TypeClassDescriptionclass
Auto generated API Commands to interact with REDIS.class
A simple Redis client.class
Auto generated Redis API client wrapper.class
A simple Redis client.class
Builder for REDIS requests that will be encoded according to the RESP protocol was introduced in Redis 1.2.class
The 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 TypeClassDescriptionclass
Service Discovery main entry point.class
Once a consumer has chosen a service, it builds aServiceReference
managing 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 TypeClassDescriptionclass
The service exporter allows integrate other discovery technologies with the Vert.x service discovery.class
The service importer allows integrate other discovery technologies with the Vert.x service discovery.class
The 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 TypeClassDescriptionclass
for event bus services (service proxies).class
for HTTP endpoint (REST api).class
NOTE: This class has been automatically generated from theoriginal
non Mutiny-ified interface using Vert.x codegen.class
Service type for data producer.class
NOTE: This class has been automatically generated from theoriginal
non Mutiny-ified interface using Vert.x codegen.class
Service 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 TypeClassDescriptionclass
Builder forSqlClient
instances.class
A cursor that reads progressively rows from the database, it is useful for reading very large result sets.class
A connection pool which reuses a number of SQL connections.class
A query for a prepared statement allowing parameterized execution of the query, this query will use a prepared statement.class
A prepared statement, the statement is pre-compiled and it's more efficient to execute the statement for multiple times.class
PropertyKind<T>
The kind of the property, this can be used to fetch some specific property of theexecution result
.class
Query<T>
A query.class
A single row of theexecution result rowset
.class
RowIterator<R>
An iterator for processing rows.class
RowSet<R>
The execution result of the row set of a query provided as
, commonly used as aRowSet
.class
RowStream<T>
A row oriented stream.class
Defines common SQL client operations with a database server.class
A connection to the database server.class
SqlResult<T>
An interface that represents the execution result of an operation on the database server.class
A transaction.class
A 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 TypeClassDescriptionclass
Contains 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 TypeClassDescriptionclass
RowMapper<T>
Map a to an arbitraryT
object.class
SqlTemplate<I,
R> An SQL template.class
TupleMapper<T>
Map an arbitraryT
object to a . -
Uses of MutinyGen in io.vertx.mutiny.uritemplate
Classes in io.vertx.mutiny.uritemplate with annotations of type MutinyGenModifier and TypeClassDescriptionclass
A URI template that follows the rfc6570 level 4.class
Holds a set of name/value pairs where each value can be aString
or aList
or aMap<String, String>
.