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.classA for consumption.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 Vert.x web handler to expose the circuit breaker to the Hystrix dasbboard.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 from and 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.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 MutinyDelegate in io.vertx.mutiny.core.buffer
Classes in io.vertx.mutiny.core.buffer that implement MutinyDelegateModifier and TypeClassDescriptionclassMost data is shuffled around inside Vert.x using buffers. -
Uses of MutinyDelegate in io.vertx.mutiny.core.cli
Classes in io.vertx.mutiny.core.cli that implement MutinyDelegateModifier 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 MutinyDelegate in io.vertx.mutiny.core.datagram
Classes in io.vertx.mutiny.core.datagram that implement MutinyDelegateModifier 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 MutinyDelegate in io.vertx.mutiny.core.dns
Classes in io.vertx.mutiny.core.dns that implement MutinyDelegate -
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.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 MutinyDelegate in io.vertx.mutiny.core.http
Subinterfaces of MutinyDelegate in io.vertx.mutiny.core.httpModifier and TypeInterfaceDescriptioninterfaceThe 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 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 valueclassAn 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.classAn asynchronous WebSocket client.classA WebSocket frame that represents either text or binary data. -
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 using Vert.x codegen. -
Uses of MutinyDelegate in io.vertx.mutiny.core.net
Classes in io.vertx.mutiny.core.net that implement MutinyDelegateModifier 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 MutinyDelegate in io.vertx.mutiny.core.parsetools
Classes in io.vertx.mutiny.core.parsetools that implement MutinyDelegateModifier 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 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.classPumps data from aReadStreamto aWriteStreamand performs flow control where necessary to prevent the write stream buffer from getting overfull. -
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.classA pool of DB2 connections. -
Uses of MutinyDelegate in io.vertx.mutiny.ext.auth
Classes in io.vertx.mutiny.ext.auth that implement MutinyDelegateModifier 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 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
Classes in io.vertx.mutiny.ext.auth.authorization that implement MutinyDelegateModifier 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 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.jdbc
Classes in io.vertx.mutiny.ext.auth.jdbc that implement MutinyDelegateModifier 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 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 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 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 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 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.shiro
Classes in io.vertx.mutiny.ext.auth.shiro that implement MutinyDelegateModifier and TypeClassDescriptionclassFactory interface for creating Apache Shiro 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 creating instances that use the Vert.x SQL client.classUtility to create users/roles/permissions. -
Uses of MutinyDelegate in io.vertx.mutiny.ext.auth.webauthn
Classes in io.vertx.mutiny.ext.auth.webauthn that implement MutinyDelegateModifier and TypeClassDescriptionclassFactory interface for creating FIDO2 MetaDataService.classFactory interface for creating WebAuthN basedAuthenticationProviderinstances. -
Uses of MutinyDelegate in io.vertx.mutiny.ext.bridge
Classes in io.vertx.mutiny.ext.bridge that implement MutinyDelegateModifier and TypeClassDescriptionclassRepresents an event that occurs on the event bus bridge. -
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> -
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 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 MutinyDelegate in io.vertx.mutiny.ext.jdbc
Classes in io.vertx.mutiny.ext.jdbc that implement MutinyDelegateModifier and TypeClassDescriptionclassAn asynchronous client interface for interacting with a JDBC compliant database -
Uses of MutinyDelegate in io.vertx.mutiny.ext.mail
Classes in io.vertx.mutiny.ext.mail that implement MutinyDelegateModifier and TypeClassDescriptionclassRepresent a mail attachment that can be used in a MailMessage.classSMTP mail client for Vert.x -
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.class -
Uses of MutinyDelegate in io.vertx.mutiny.ext.shell
Classes in io.vertx.mutiny.ext.shell that implement MutinyDelegateModifier 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 MutinyDelegate in io.vertx.mutiny.ext.shell.cli
Classes in io.vertx.mutiny.ext.shell.cli that implement MutinyDelegateModifier and TypeClassDescriptionclassA parsed token in the command line interface.classThe completion object -
Uses of MutinyDelegate in io.vertx.mutiny.ext.shell.command
Classes in io.vertx.mutiny.ext.shell.command that implement MutinyDelegateModifier 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 MutinyDelegate in io.vertx.mutiny.ext.shell.session
Classes in io.vertx.mutiny.ext.shell.session that implement MutinyDelegate -
Uses of MutinyDelegate in io.vertx.mutiny.ext.shell.system
Classes in io.vertx.mutiny.ext.shell.system that implement MutinyDelegateModifier and TypeClassDescriptionclassA job executed in aJobController, grouping one or several process.classThe job controller.classA process managed by the shell. -
Uses of MutinyDelegate in io.vertx.mutiny.ext.shell.term
Classes in io.vertx.mutiny.ext.shell.term that implement MutinyDelegateModifier 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 MutinyDelegate in io.vertx.mutiny.ext.sql
Subinterfaces of MutinyDelegate in io.vertx.mutiny.ext.sqlModifier and TypeInterfaceDescriptioninterfaceRepresents a SQL query interface to a databaseClasses in io.vertx.mutiny.ext.sql that implement MutinyDelegateModifier and TypeClassDescriptionclassA common asynchronous client interface for interacting with SQL compliant databaseclassRepresents a connection to a SQL databaseclassA ReadStream of Rows from the underlying RDBMS. -
Uses of MutinyDelegate in io.vertx.mutiny.ext.stomp
Classes in io.vertx.mutiny.ext.stomp that implement MutinyDelegateModifier 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 MutinyDelegate in io.vertx.mutiny.ext.web
Subinterfaces of MutinyDelegate in io.vertx.mutiny.ext.webClasses in io.vertx.mutiny.ext.web that implement MutinyDelegateModifier and TypeClassDescriptionclassRepresents a file-upload from an HTTP multipart form submission.classA parsed language header.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 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 MutinyDelegate in io.vertx.mutiny.ext.web.api
Classes in io.vertx.mutiny.ext.web.api that implement MutinyDelegateModifier and TypeClassDescriptionclassRequest parameter holderclassContainer for request parameters -
Uses of MutinyDelegate in io.vertx.mutiny.ext.web.api.contract
Subinterfaces of MutinyDelegate in io.vertx.mutiny.ext.web.api.contractModifier and TypeInterfaceDescriptioninterfaceBase interface for HTTP request validation with API specificationinterfaceMain interface for Design Driven Router factory Author: Francesco Guardiani @slinkydeveloper -
Uses of MutinyDelegate in io.vertx.mutiny.ext.web.api.contract.openapi3
Classes in io.vertx.mutiny.ext.web.api.contract.openapi3 that implement MutinyDelegateModifier and TypeClassDescriptionclassNOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface using Vert.x codegen.classInterface for OpenAPI3RouterFactory. -
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.api.validation
Subinterfaces of MutinyDelegate in io.vertx.mutiny.ext.web.api.validationClasses in io.vertx.mutiny.ext.web.api.validation that implement MutinyDelegateModifier 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. -
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.client.predicate
Classes in io.vertx.mutiny.ext.web.client.predicate that implement MutinyDelegateModifier and TypeClassDescriptionclassConverts aResponsePredicateResultto aThrowabledescribing the error.classA predicate on .classRepresents the outcome of aResponsePredicateapplied to an . -
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.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.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.classAn auth handler that's used to handle auth by redirecting user to a custom login page.classA handler which sets the response content type automatically according to the bestAcceptheader match.classHandler which adds a header `x-response-time` in the response of matching requests containing the time taken in ms to process the request.classA handler that 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 MutinyDelegate in io.vertx.mutiny.ext.web.handler.graphql
Classes in io.vertx.mutiny.ext.web.handler.graphql that implement MutinyDelegateModifier 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 MutinyDelegate in io.vertx.mutiny.ext.web.handler.graphql.dataloader
Classes in io.vertx.mutiny.ext.web.handler.graphql.dataloader that implement MutinyDelegateModifier 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 MutinyDelegate in io.vertx.mutiny.ext.web.handler.graphql.schema
Classes in io.vertx.mutiny.ext.web.handler.graphql.schema that implement MutinyDelegateModifier and TypeClassDescriptionclassA that works well with Vert.x callback and based APIs.classExtends so that properties can be read from a . -
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 TypeClassDescriptionclassclassA 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.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.openapi
Classes in io.vertx.mutiny.ext.web.openapi that implement MutinyDelegateModifier and TypeClassDescriptionclassclassInterface representing an OperationclassInterface to build a Vert.x Web from an OpenAPI 3 contract.classAn authentication handler factory. -
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 using Vert.x codegen. -
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 of that 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.jade
Classes in io.vertx.mutiny.ext.web.templ.jade that implement MutinyDelegate -
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 aRequestPredicateclassThis is the entry point of this module. -
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 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 MutinyDelegate in io.vertx.mutiny.httpproxy
Subinterfaces of MutinyDelegate in io.vertx.mutiny.httpproxyClasses in io.vertx.mutiny.httpproxy that implement MutinyDelegateModifier and TypeClassDescriptionclassHandles the HTTP proxy body.classHandles the HTTP reverse proxy logic between the user agent and the origin.classA controller for proxy interception.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 MutinyDelegate in io.vertx.mutiny.jdbcclient
Classes in io.vertx.mutiny.jdbcclient that implement MutinyDelegateModifier 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 MutinyDelegate in io.vertx.mutiny.json.schema
Classes in io.vertx.mutiny.json.schema that implement MutinyDelegateModifier 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 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
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.classA Vert.x WebRoutehandler for Prometheus metrics scraping. -
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 CONNACK messageclassRepresents an MQTT CONNACK 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 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.classA ofSQL Server connections. -
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.classA ofMySQL Connections. -
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.classRepresents a pool of connection to interact with an 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.classA ofPostgreSQL connections. -
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 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 MutinyDelegate in io.vertx.mutiny.redis.client
Classes in io.vertx.mutiny.redis.client that implement MutinyDelegateModifier 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 MutinyDelegate in io.vertx.mutiny.servicediscovery
Classes in io.vertx.mutiny.servicediscovery that implement MutinyDelegateModifier 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 MutinyDelegate in io.vertx.mutiny.servicediscovery.spi
Classes in io.vertx.mutiny.servicediscovery.spi that implement MutinyDelegateModifier 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 MutinyDelegate in io.vertx.mutiny.servicediscovery.types
Classes in io.vertx.mutiny.servicediscovery.types that implement MutinyDelegateModifier 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 MutinyDelegate in io.vertx.mutiny.sqlclient
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, 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 MutinyDelegate in io.vertx.mutiny.sqlclient.desc
Classes in io.vertx.mutiny.sqlclient.desc that implement MutinyDelegate -
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 a to an arbitraryTobject.classSqlTemplate<I,R> An SQL template.classTupleMapper<T>Map an arbitraryTobject to a . -
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 aListor aMap<String, String>.