Uses of Interface
io.gravitee.gateway.reactive.api.context.ExecutionContext
Packages that use ExecutionContext
Package
Description
-
Uses of ExecutionContext in io.gravitee.gateway.reactive.api.connector.endpoint
Methods in io.gravitee.gateway.reactive.api.connector.endpoint with parameters of type ExecutionContextModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.CompletableEndpointConnector.connect(ExecutionContext ctx) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ExecutionContext in io.gravitee.gateway.reactive.api.connector.endpoint.async
Methods in io.gravitee.gateway.reactive.api.connector.endpoint.async with parameters of type ExecutionContextModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.CompletableHttpEndpointAsyncConnector.connect(ExecutionContext ctx) abstract io.reactivex.rxjava3.core.CompletableEndpointAsyncConnector.publish(ExecutionContext ctx) Deprecated, for removal: This API element is subject to removal in a future version.abstract io.reactivex.rxjava3.core.CompletableEndpointAsyncConnector.subscribe(ExecutionContext ctx) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ExecutionContext in io.gravitee.gateway.reactive.api.connector.entrypoint
Methods in io.gravitee.gateway.reactive.api.connector.entrypoint with parameters of type ExecutionContextModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.CompletableEntrypointConnector.handleRequest(ExecutionContext executionContext) Deprecated, for removal: This API element is subject to removal in a future version.Handle incoming request by doing or adding anything to the context anything required by the entrypoint.io.reactivex.rxjava3.core.CompletableEntrypointConnector.handleResponse(ExecutionContext executionContext) Deprecated, for removal: This API element is subject to removal in a future version.Handle outgoing response by doing or adding anything to the context anything required by the entrypoint.booleanEntrypointConnector.matches(ExecutionContext executionContext) Deprecated, for removal: This API element is subject to removal in a future version.Check if incoming request matches entrypoint criteria. -
Uses of ExecutionContext in io.gravitee.gateway.reactive.api.invoker
Methods in io.gravitee.gateway.reactive.api.invoker with parameters of type ExecutionContextModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.CompletableInvoker.invoke(ExecutionContext ctx) Deprecated, for removal: This API element is subject to removal in a future version.