Uses of Interface
io.smallrye.mutiny.vertx.MutinyDelegate
Packages that use MutinyDelegate
Package
Description
-
Uses of MutinyDelegate in io.vertx.mutiny.amqp
Classes in io.vertx.mutiny.amqp that implement MutinyDelegateModifier 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 MutinyDelegate in io.vertx.mutiny.camel
Classes in io.vertx.mutiny.camel that implement MutinyDelegate -
Uses of MutinyDelegate in io.vertx.mutiny.cassandra
Classes in io.vertx.mutiny.cassandra that implement MutinyDelegateModifier and TypeClassDescriptionclassEclipse Vert.x Cassandra client.classAReadStreamforRowconsumption.classIt is likeAsyncResultSet, but adapted for Vert.x. -
Uses of MutinyDelegate in io.vertx.mutiny.circuitbreaker
Classes in io.vertx.mutiny.circuitbreaker that implement MutinyDelegateModifier and TypeClassDescriptionclassAn implementation of the circuit breaker pattern for Vert.xclassA failure policy for theCircuitBreaker.classA policy for retry execution. -
Uses of MutinyDelegate in io.vertx.mutiny.config
Classes in io.vertx.mutiny.config that implement MutinyDelegateModifier and TypeClassDescriptionclassDefines a configuration retriever that read configuration fromConfigStoreand tracks changes periodically. -
Uses of MutinyDelegate in io.vertx.mutiny.core
Classes in io.vertx.mutiny.core that implement MutinyDelegateModifier 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 MutinyDelegate in io.vertx.mutiny.core.datagram
Classes in io.vertx.mutiny.core.datagram that implement MutinyDelegateModifier and TypeClassDescriptionclassA datagram socket can be used to sendDatagramPacket's to remote datagram servers and receiveDatagramPackets . -
Uses of MutinyDelegate in io.vertx.mutiny.core.dns
Classes in io.vertx.mutiny.core.dns that implement MutinyDelegateModifier and TypeClassDescriptionclassProvides a way to asynchronously lookup information from DNS servers. -
Uses of MutinyDelegate in io.vertx.mutiny.core.eventbus
Classes in io.vertx.mutiny.core.eventbus that implement MutinyDelegateModifier 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 MutinyDelegate in io.vertx.mutiny.core.file
Classes in io.vertx.mutiny.core.file that implement MutinyDelegateModifier 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 MutinyDelegate in io.vertx.mutiny.core.http
Subinterfaces of MutinyDelegate in io.vertx.mutiny.core.httpModifier and TypeInterfaceDescriptioninterfaceThe API to interacts with an HTTP server.interfaceThe state of the HTTP response head: Status code / Message HeadersinterfaceBase WebSocket implementation.Classes in io.vertx.mutiny.core.http that implement MutinyDelegateModifier and TypeClassDescriptionclassRepresents a client-side WebSocket.static classclassAn 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 Headersstatic classclassAn 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.static classclassAn asynchronous WebSocket client. -
Uses of MutinyDelegate in io.vertx.mutiny.core.json.pointer
Classes in io.vertx.mutiny.core.json.pointer that implement MutinyDelegateModifier 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 MutinyDelegate in io.vertx.mutiny.core.metrics
Subinterfaces of MutinyDelegate in io.vertx.mutiny.core.metricsModifier and TypeInterfaceDescriptioninterfaceNOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface.Classes in io.vertx.mutiny.core.metrics that implement MutinyDelegate -
Uses of MutinyDelegate in io.vertx.mutiny.core.net
Subinterfaces of MutinyDelegate in io.vertx.mutiny.core.netModifier and TypeInterfaceDescriptioninterfaceRepresents a channel interface modelling a duplex flow controlled byte oriented stream.Classes in io.vertx.mutiny.core.net that implement MutinyDelegateModifier 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.static class -
Uses of MutinyDelegate in io.vertx.mutiny.core.net.endpoint
Classes in io.vertx.mutiny.core.net.endpoint that implement MutinyDelegateModifier 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 MutinyDelegate in io.vertx.mutiny.core.parsetools
Classes in io.vertx.mutiny.core.parsetools that implement MutinyDelegateModifier 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 MutinyDelegate in io.vertx.mutiny.core.streams
Subinterfaces of MutinyDelegate in io.vertx.mutiny.core.streamsModifier and TypeInterfaceDescriptioninterfaceReadStream<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.Classes in io.vertx.mutiny.core.streams that implement MutinyDelegateModifier and TypeClassDescriptionclassPipe<T>Pipe data from aReadStreamto aWriteStreamand performs flow control where necessary to prevent the write stream buffer from getting overfull.static classstatic classstatic class -
Uses of MutinyDelegate in io.vertx.mutiny.db2client
Classes in io.vertx.mutiny.db2client that implement MutinyDelegateModifier and TypeClassDescriptionclassEntry point for building DB2 clients.classA connection to DB2 server. -
Uses of MutinyDelegate in io.vertx.mutiny.ext.auth
Classes in io.vertx.mutiny.ext.auth that implement MutinyDelegate -
Uses of MutinyDelegate in io.vertx.mutiny.ext.auth.audit
Classes in io.vertx.mutiny.ext.auth.audit that implement MutinyDelegateModifier and TypeClassDescriptionclassNOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface. -
Uses of MutinyDelegate in io.vertx.mutiny.ext.auth.authentication
Classes in io.vertx.mutiny.ext.auth.authentication that implement MutinyDelegateModifier and TypeClassDescriptionclassUser-facing interface for authenticating users. -
Uses of MutinyDelegate in io.vertx.mutiny.ext.auth.authorization
Subinterfaces of MutinyDelegate in io.vertx.mutiny.ext.auth.authorizationModifier and TypeInterfaceDescriptioninterfaceInterface 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.)interfaceThe role of an AuthorizationProvider is to return a set of Authorization.Classes in io.vertx.mutiny.ext.auth.authorization that implement MutinyDelegateModifier and TypeClassDescriptionclassAllows to perform a logical 'and' between several authorizationsstatic classclassThe AuthorizationContext contains properties that can be used to match authorizations.static classclassRepresents 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 MutinyDelegate in io.vertx.mutiny.ext.auth.hashing
Classes in io.vertx.mutiny.ext.auth.hashing that implement MutinyDelegateModifier and TypeClassDescriptionclassHashing Algorithm.classHashing Strategy manager. -
Uses of MutinyDelegate in io.vertx.mutiny.ext.auth.htdigest
Classes in io.vertx.mutiny.ext.auth.htdigest that implement MutinyDelegateModifier and TypeClassDescriptionclassAn extension of AuthProvider which is using .htdigest file as store -
Uses of MutinyDelegate in io.vertx.mutiny.ext.auth.htpasswd
Classes in io.vertx.mutiny.ext.auth.htpasswd that implement MutinyDelegateModifier and TypeClassDescriptionclassAn extension of AuthProvider which is using htpasswd file as store -
Uses of MutinyDelegate in io.vertx.mutiny.ext.auth.jwt
Classes in io.vertx.mutiny.ext.auth.jwt that implement MutinyDelegateModifier and TypeClassDescriptionclassFactory interface for creating JWT basedAuthenticationProviderinstances. -
Uses of MutinyDelegate in io.vertx.mutiny.ext.auth.jwt.authorization
Classes in io.vertx.mutiny.ext.auth.jwt.authorization that implement MutinyDelegateModifier 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 MutinyDelegate in io.vertx.mutiny.ext.auth.ldap
Classes in io.vertx.mutiny.ext.auth.ldap that implement MutinyDelegateModifier and TypeClassDescriptionclassFactory interface for creating a LDAPAuthenticationProvider. -
Uses of MutinyDelegate in io.vertx.mutiny.ext.auth.mongo
Classes in io.vertx.mutiny.ext.auth.mongo that implement MutinyDelegateModifier and TypeClassDescriptionclassAn extension of AuthProvider which is usingMongoClientas storeclassAn extension of AuthProvider which is usingMongoClientas storeclassUtility to create users/roles/permissions. -
Uses of MutinyDelegate in io.vertx.mutiny.ext.auth.oauth2
Classes in io.vertx.mutiny.ext.auth.oauth2 that implement MutinyDelegateModifier and TypeClassDescriptionclassFactory interface for creating OAuth2 basedAuthenticationProviderinstances. -
Uses of MutinyDelegate in io.vertx.mutiny.ext.auth.oauth2.authorization
Classes in io.vertx.mutiny.ext.auth.oauth2.authorization that implement MutinyDelegateModifier 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 MutinyDelegate in io.vertx.mutiny.ext.auth.oauth2.providers
Classes in io.vertx.mutiny.ext.auth.oauth2.providers that implement MutinyDelegateModifier 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 MutinyDelegate in io.vertx.mutiny.ext.auth.otp
Classes in io.vertx.mutiny.ext.auth.otp that implement MutinyDelegate -
Uses of MutinyDelegate in io.vertx.mutiny.ext.auth.otp.hotp
Classes in io.vertx.mutiny.ext.auth.otp.hotp that implement MutinyDelegateModifier and TypeClassDescriptionclassAn extension of AuthProvider which uses the one time passwords based on counter to perform authentication. -
Uses of MutinyDelegate in io.vertx.mutiny.ext.auth.otp.totp
Classes in io.vertx.mutiny.ext.auth.otp.totp that implement MutinyDelegateModifier and TypeClassDescriptionclassAn extension of AuthProvider which uses the one time passwords based on time to perform authentication. -
Uses of MutinyDelegate in io.vertx.mutiny.ext.auth.prng
Classes in io.vertx.mutiny.ext.auth.prng that implement MutinyDelegateModifier and TypeClassDescriptionclassA secure non blocking random number generator isolated to the current context. -
Uses of MutinyDelegate in io.vertx.mutiny.ext.auth.properties
Classes in io.vertx.mutiny.ext.auth.properties that implement MutinyDelegateModifier and TypeClassDescriptionclassFactory interface for creating property file basedAuthenticationProviderinstances.classFactory interface for creating property file basedAuthenticationProviderinstances. -
Uses of MutinyDelegate in io.vertx.mutiny.ext.auth.sqlclient
Classes in io.vertx.mutiny.ext.auth.sqlclient that implement MutinyDelegateModifier 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 MutinyDelegate in io.vertx.mutiny.ext.auth.webauthn4j
Classes in io.vertx.mutiny.ext.auth.webauthn4j that implement MutinyDelegateModifier 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 MutinyDelegate in io.vertx.mutiny.ext.consul
Classes in io.vertx.mutiny.ext.consul that implement MutinyDelegateModifier 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 MutinyDelegate in io.vertx.mutiny.ext.eventbus.bridge.tcp
Classes in io.vertx.mutiny.ext.eventbus.bridge.tcp that implement MutinyDelegateModifier and TypeClassDescriptionclassRepresents an event that occurs on the event bus bridge.classTCP EventBus bridge for Vert.x -
Uses of MutinyDelegate in io.vertx.mutiny.ext.healthchecks
Classes in io.vertx.mutiny.ext.healthchecks that implement MutinyDelegateModifier and TypeClassDescriptionclassNOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface. -
Uses of MutinyDelegate in io.vertx.mutiny.ext.mail
Classes in io.vertx.mutiny.ext.mail that implement MutinyDelegateModifier and TypeClassDescriptionclassNOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface.classSMTP mail client for Vert.xclassA builder forMailClient. -
Uses of MutinyDelegate in io.vertx.mutiny.ext.mongo
Classes in io.vertx.mutiny.ext.mongo that implement MutinyDelegateModifier 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 MutinyDelegate in io.vertx.mutiny.ext.web
Subinterfaces of MutinyDelegate in io.vertx.mutiny.ext.webModifier and TypeInterfaceDescriptioninterfaceNOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface.Classes in io.vertx.mutiny.ext.web that implement MutinyDelegateModifier 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.static classclassA 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 MutinyDelegate in io.vertx.mutiny.ext.web.api.service
Classes in io.vertx.mutiny.ext.web.api.service that implement MutinyDelegateModifier and TypeClassDescriptionclassHandler that proxy the request to an event bus endpoint, waits for the reply and then writes the HTTP response. -
Uses of MutinyDelegate in io.vertx.mutiny.ext.web.client
Classes in io.vertx.mutiny.ext.web.client that implement MutinyDelegateModifier 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 MutinyDelegate in io.vertx.mutiny.ext.web.codec
Classes in io.vertx.mutiny.ext.web.codec that implement MutinyDelegateModifier and TypeClassDescriptionclassBodyCodec<T>A codec for encoding and decoding HTTP bodies. -
Uses of MutinyDelegate in io.vertx.mutiny.ext.web.common
Classes in io.vertx.mutiny.ext.web.common that implement MutinyDelegateModifier and TypeClassDescriptionclassUtility API to verify which environment is the web application running. -
Uses of MutinyDelegate in io.vertx.mutiny.ext.web.common.template
Classes in io.vertx.mutiny.ext.web.common.template that implement MutinyDelegateModifier and TypeClassDescriptionclassA template template uses a specific template and the data in a routing context to render a resource into a buffer. -
Uses of MutinyDelegate in io.vertx.mutiny.ext.web.handler
Subinterfaces of MutinyDelegate in io.vertx.mutiny.ext.web.handlerModifier and TypeInterfaceDescriptioninterfaceBase interface for auth handlers.interfaceBase input trust interface for handlers that verify the trust of the request.interfaceBase platform interface for handlers that provide functionality to the application platform.interfaceBase interface for handlers that perform protocol upgrades.interfaceBase security policy interface for handlers that provide HTTP security related headers.Classes in io.vertx.mutiny.ext.web.handler that implement MutinyDelegateModifier and TypeClassDescriptionclassAn authentication handler that provides API Key support.static classclassBase 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.static classclassAn 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.static classstatic classclassAn 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.static classclassA 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 MutinyDelegate in io.vertx.mutiny.ext.web.handler.graphql
Classes in io.vertx.mutiny.ext.web.handler.graphql that implement MutinyDelegateModifier 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 MutinyDelegate in io.vertx.mutiny.ext.web.handler.graphql.ws
Classes in io.vertx.mutiny.ext.web.handler.graphql.ws that implement MutinyDelegateModifier 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 MutinyDelegate in io.vertx.mutiny.ext.web.handler.sockjs
Classes in io.vertx.mutiny.ext.web.handler.sockjs that implement MutinyDelegateModifier 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 MutinyDelegate in io.vertx.mutiny.ext.web.healthchecks
Classes in io.vertx.mutiny.ext.web.healthchecks that implement MutinyDelegateModifier and TypeClassDescriptionclassA Vert.x Web handler on which you register health check procedure. -
Uses of MutinyDelegate in io.vertx.mutiny.ext.web.multipart
Classes in io.vertx.mutiny.ext.web.multipart that implement MutinyDelegateModifier and TypeClassDescriptionclassA form data part of aMultipartForm.classA multipart form. -
Uses of MutinyDelegate in io.vertx.mutiny.ext.web.proxy.handler
Classes in io.vertx.mutiny.ext.web.proxy.handler that implement MutinyDelegateModifier and TypeClassDescriptionclassNOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface. -
Uses of MutinyDelegate in io.vertx.mutiny.ext.web.sstore
Classes in io.vertx.mutiny.ext.web.sstore that implement MutinyDelegateModifier 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 MutinyDelegate in io.vertx.mutiny.ext.web.sstore.cookie
Classes in io.vertx.mutiny.ext.web.sstore.cookie that implement MutinyDelegateModifier and TypeClassDescriptionclassA SessionStore that uses a Cookie to store the session data. -
Uses of MutinyDelegate in io.vertx.mutiny.ext.web.sstore.infinispan
Classes in io.vertx.mutiny.ext.web.sstore.infinispan that implement MutinyDelegateModifier and TypeClassDescriptionclassAn implementation ofSessionStorethat relies on the Infinispan Java Client. -
Uses of MutinyDelegate in io.vertx.mutiny.ext.web.sstore.redis
Classes in io.vertx.mutiny.ext.web.sstore.redis that implement MutinyDelegateModifier and TypeClassDescriptionclassA SessionStore that uses a Redis to store the sessions and associated data. -
Uses of MutinyDelegate in io.vertx.mutiny.ext.web.templ.freemarker
Classes in io.vertx.mutiny.ext.web.templ.freemarker that implement MutinyDelegateModifier and TypeClassDescriptionclassA template engine that uses the FreeMarker library. -
Uses of MutinyDelegate in io.vertx.mutiny.ext.web.templ.handlebars
Classes in io.vertx.mutiny.ext.web.templ.handlebars that implement MutinyDelegateModifier and TypeClassDescriptionclassA template engine that uses the Handlebars library. -
Uses of MutinyDelegate in io.vertx.mutiny.ext.web.templ.httl
Classes in io.vertx.mutiny.ext.web.templ.httl that implement MutinyDelegateModifier and TypeClassDescriptionclassA template engine that uses the HTTL library. -
Uses of MutinyDelegate in io.vertx.mutiny.ext.web.templ.mvel
Classes in io.vertx.mutiny.ext.web.templ.mvel that implement MutinyDelegateModifier and TypeClassDescriptionclassA template engine that uses the Handlebars library. -
Uses of MutinyDelegate in io.vertx.mutiny.ext.web.templ.pebble
Classes in io.vertx.mutiny.ext.web.templ.pebble that implement MutinyDelegateModifier and TypeClassDescriptionclassA template engine that uses the Pebble library. -
Uses of MutinyDelegate in io.vertx.mutiny.ext.web.templ.pug
Classes in io.vertx.mutiny.ext.web.templ.pug that implement MutinyDelegate -
Uses of MutinyDelegate in io.vertx.mutiny.ext.web.templ.rocker
Classes in io.vertx.mutiny.ext.web.templ.rocker that implement MutinyDelegateModifier and TypeClassDescriptionclassA template engine that uses the Rocker library. -
Uses of MutinyDelegate in io.vertx.mutiny.ext.web.templ.thymeleaf
Classes in io.vertx.mutiny.ext.web.templ.thymeleaf that implement MutinyDelegateModifier and TypeClassDescriptionclassA template engine that uses the Thymeleaf library. -
Uses of MutinyDelegate in io.vertx.mutiny.ext.web.validation
Classes in io.vertx.mutiny.ext.web.validation that implement MutinyDelegateModifier and TypeClassDescriptionclassRequest parameter holderclassContainer for request parametersclassRequest predicateclassResult of aRequestPredicateclassNOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface. -
Uses of MutinyDelegate in io.vertx.mutiny.ext.web.validation.builder
Classes in io.vertx.mutiny.ext.web.validation.builder that implement MutinyDelegateModifier 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 MutinyDelegate in io.vertx.mutiny.httpproxy
Classes in io.vertx.mutiny.httpproxy that implement MutinyDelegateModifier 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 MutinyDelegate in io.vertx.mutiny.json.schema
Classes in io.vertx.mutiny.json.schema that implement MutinyDelegateModifier 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 MutinyDelegate in io.vertx.mutiny.kafka.admin
Classes in io.vertx.mutiny.kafka.admin that implement MutinyDelegate -
Uses of MutinyDelegate in io.vertx.mutiny.kafka.client.consumer
Classes in io.vertx.mutiny.kafka.client.consumer that implement MutinyDelegateModifier 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 MutinyDelegate in io.vertx.mutiny.kafka.client.producer
Classes in io.vertx.mutiny.kafka.client.producer that implement MutinyDelegateModifier and TypeClassDescriptionclassVert.x Kafka producer record header.classKafkaProducer<K,V> Vert.x Kafka producer.classKafkaProducerRecord<K,V> Vert.x Kafka producer record. -
Uses of MutinyDelegate in io.vertx.mutiny.micrometer
Subinterfaces of MutinyDelegate in io.vertx.mutiny.micrometerModifier and TypeInterfaceDescriptioninterfaceAn interface for creating handlers to expose Prometheus metrics via an HTTP endpoint.interfaceA Vert.x WebRoutehandler for Prometheus metrics scraping.Classes in io.vertx.mutiny.micrometer that implement MutinyDelegateModifier 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.static classstatic class -
Uses of MutinyDelegate in io.vertx.mutiny.mqtt
Classes in io.vertx.mutiny.mqtt that implement MutinyDelegateModifier 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 MutinyDelegate in io.vertx.mutiny.mqtt.messages
Subinterfaces of MutinyDelegate in io.vertx.mutiny.mqtt.messagesModifier and TypeInterfaceDescriptioninterfaceRepresent the interface for each MQTT messageClasses in io.vertx.mutiny.mqtt.messages that implement MutinyDelegateModifier and TypeClassDescriptionclassRepresents an MQTT AUTH messageclassRepresents an MQTT CONNACK message.classRepresents an MQTT DISCONNECT messagestatic classclassRepresents 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 MutinyDelegate in io.vertx.mutiny.mssqlclient
Classes in io.vertx.mutiny.mssqlclient that implement MutinyDelegateModifier and TypeClassDescriptionclassEntry point for building MSSQL clients.classA connection to Microsoft SQL Server. -
Uses of MutinyDelegate in io.vertx.mutiny.mysqlclient
Classes in io.vertx.mutiny.mysqlclient that implement MutinyDelegateModifier 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 MutinyDelegate in io.vertx.mutiny.oracleclient
Classes in io.vertx.mutiny.oracleclient that implement MutinyDelegateModifier and TypeClassDescriptionclassEntry point for building Oracle clients.classAn interface to define Oracle specific constants or behaviors.classA connection to Oracle Database. -
Uses of MutinyDelegate in io.vertx.mutiny.pgclient
Classes in io.vertx.mutiny.pgclient that implement MutinyDelegateModifier and TypeClassDescriptionclassEntry point for building PostgreSQL clients.classA connection to Postgres. -
Uses of MutinyDelegate in io.vertx.mutiny.pgclient.pubsub
Classes in io.vertx.mutiny.pgclient.pubsub that implement MutinyDelegateModifier 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 MutinyDelegate in io.vertx.mutiny.rabbitmq
Classes in io.vertx.mutiny.rabbitmq that implement MutinyDelegateModifier 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 MutinyDelegate in io.vertx.mutiny.redis.client
Classes in io.vertx.mutiny.redis.client that implement MutinyDelegateModifier 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 MutinyDelegate in io.vertx.mutiny.sqlclient
Subinterfaces of MutinyDelegate in io.vertx.mutiny.sqlclientModifier and TypeInterfaceDescriptioninterfaceSqlResult<T>An interface that represents the execution result of an operation on the database server.Classes in io.vertx.mutiny.sqlclient that implement MutinyDelegateModifier 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.static classclassA transaction.classA general purpose tuple. -
Uses of MutinyDelegate in io.vertx.mutiny.sqlclient.desc
Classes in io.vertx.mutiny.sqlclient.desc that implement MutinyDelegateModifier and TypeClassDescriptionclassNOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface.classDescribe a database row. -
Uses of MutinyDelegate in io.vertx.mutiny.sqlclient.spi
Classes in io.vertx.mutiny.sqlclient.spi that implement MutinyDelegateModifier and TypeClassDescriptionclassContains static metadata about the backend database server -
Uses of MutinyDelegate in io.vertx.mutiny.sqlclient.templates
Classes in io.vertx.mutiny.sqlclient.templates that implement MutinyDelegateModifier and TypeClassDescriptionclassRowMapper<T>Map aRowto an arbitraryTobject.classSqlTemplate<I,R> An SQL template.classTupleMapper<T>Map an arbitraryTobject to aTuple. -
Uses of MutinyDelegate in io.vertx.mutiny.uritemplate
Classes in io.vertx.mutiny.uritemplate that implement MutinyDelegateModifier 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>.