Uses of Interface
io.gravitee.gateway.reactive.api.context.DeploymentContext
Packages that use DeploymentContext
Package
Description
-
Uses of DeploymentContext in io.gravitee.gateway.reactive.api.apiservice
Methods in io.gravitee.gateway.reactive.api.apiservice with parameters of type DeploymentContextModifier and TypeMethodDescriptionApiServiceFactory.createService(DeploymentContext deploymentContext) Allow creating new api service from the given string configuration. -
Uses of DeploymentContext in io.gravitee.gateway.reactive.api.connector.endpoint
Methods in io.gravitee.gateway.reactive.api.connector.endpoint with parameters of type DeploymentContextModifier and TypeMethodDescriptionBaseEndpointConnectorFactory.createConnector(DeploymentContext deploymentContext, String configuration, String sharedConfiguration) Allow creating new endpoint connector from the given strings configuration.default TEndpointConnectorFactory.createConnector(DeploymentContext deploymentContext, String configuration, String sharedConfiguration) Deprecated, for removal: This API element is subject to removal in a future version.Allow creating new endpoint connector from the given strings configuration. -
Uses of DeploymentContext in io.gravitee.gateway.reactive.api.connector.entrypoint
Methods in io.gravitee.gateway.reactive.api.connector.entrypoint with parameters of type DeploymentContextModifier and TypeMethodDescriptionEntrypointConnectorFactory.createConnector(DeploymentContext deploymentContext, String configuration) Allow creating new entrypoint connector from the given string configuration. -
Uses of DeploymentContext in io.gravitee.gateway.reactive.api.connector.entrypoint.async
Methods in io.gravitee.gateway.reactive.api.connector.entrypoint.async with parameters of type DeploymentContextModifier 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).default TEntrypointAsyncConnectorFactory.createConnector(DeploymentContext deploymentContext, String configuration) Deprecated, for removal: This API element is subject to removal in a future version.Allow creating new entrypoint connector from the given string configuration.HttpEntrypointAsyncConnectorFactory.createConnector(DeploymentContext deploymentContext, Qos qos, String configuration) Allow creating new connector from the given string configuration and QoS (Quality Of Service).default THttpEntrypointAsyncConnectorFactory.createConnector(DeploymentContext deploymentContext, String configuration) Allow creating new entrypoint connector from the given string configuration.