Uses of Enum Class
io.gravitee.gateway.reactive.api.qos.Qos
Packages that use Qos
Package
Description
-
Uses of Qos in io.gravitee.gateway.reactive.api.connector.endpoint.async
Methods in io.gravitee.gateway.reactive.api.connector.endpoint.async that return types with arguments of type QosModifier and TypeMethodDescriptionEndpointAsyncConnectorFactory.supportedQos()Deprecated, for removal: This API element is subject to removal in a future version.Returns a set ofConnectorModesupported by this connector.HttpEndpointAsyncConnector.supportedQos()Returns a set ofQossupported by this connector.HttpEndpointAsyncConnectorFactory.supportedQos()Returns a set ofConnectorModesupported by this connector. -
Uses of Qos in io.gravitee.gateway.reactive.api.connector.entrypoint.async
Methods in io.gravitee.gateway.reactive.api.connector.entrypoint.async that return types with arguments of type QosModifier and TypeMethodDescriptionEntrypointAsyncConnectorFactory.supportedQos()Deprecated, for removal: This API element is subject to removal in a future version.Returns a set ofConnectorModesupported by this connector.HttpEntrypointAsyncConnectorFactory.supportedQos()Returns a set ofConnectorModesupported by this connector.Methods in io.gravitee.gateway.reactive.api.connector.entrypoint.async with parameters of type QosModifier and TypeMethodDescriptionEntrypointAsyncConnectorFactory.createConnector(DeploymentContext deploymentContext, Qos qos, String configuration) Deprecated, for removal: This API element is subject to removal in a future version.Allow creating new connector from the given string configuration and QoS (Quality Of Service).HttpEntrypointAsyncConnectorFactory.createConnector(DeploymentContext deploymentContext, Qos qos, String configuration) Allow creating new connector from the given string configuration and QoS (Quality Of Service). -
Uses of Qos in io.gravitee.gateway.reactive.api.qos
Methods in io.gravitee.gateway.reactive.api.qos that return Qos