Uses of Interface
io.gravitee.gateway.reactive.api.context.base.BaseExecutionContext
Packages that use BaseExecutionContext
Package
Description
-
Uses of BaseExecutionContext in io.gravitee.gateway.reactive.api.connector.endpoint
Classes in io.gravitee.gateway.reactive.api.connector.endpoint with type parameters of type BaseExecutionContextModifier and TypeInterfaceDescriptioninterfaceBaseEndpointConnector<C extends BaseExecutionContext>Interface describing Endpoint Connector which could be implemented to deal with new protocol specification -
Uses of BaseExecutionContext in io.gravitee.gateway.reactive.api.connector.entrypoint
Classes in io.gravitee.gateway.reactive.api.connector.entrypoint with type parameters of type BaseExecutionContextModifier and TypeInterfaceDescriptioninterfaceBaseEntrypointConnector<C extends BaseExecutionContext>Interface describing Entrypoint Connector which could be implemented to deal with new protocol specification -
Uses of BaseExecutionContext in io.gravitee.gateway.reactive.api.context
Subinterfaces of BaseExecutionContext in io.gravitee.gateway.reactive.api.contextModifier and TypeInterfaceDescriptioninterfaceDeprecated, for removal: This API element is subject to removal in a future version.interfaceDeprecated, for removal: This API element is subject to removal in a future version.interfaceDeprecated, for removal: This API element is subject to removal in a future version.interfaceDeprecated, for removal: This API element is subject to removal in a future version.interfaceDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of BaseExecutionContext in io.gravitee.gateway.reactive.api.context.base
Subinterfaces of BaseExecutionContext in io.gravitee.gateway.reactive.api.context.baseModifier and TypeInterfaceDescriptioninterfaceBase interface any message execution context interface can inherit from.interfaceBase interface any specialized native execution context interface can inherit from (e.g.interfaceBase interface any specialized native message execution context interfaces can inherit from (e.g. -
Uses of BaseExecutionContext in io.gravitee.gateway.reactive.api.context.http
Subinterfaces of BaseExecutionContext in io.gravitee.gateway.reactive.api.context.httpModifier and TypeInterfaceDescriptioninterfaceBase interface any http-based execution context interface can inherit from.interfaceAllows accessing the specificities related toHttpPlainExecutionContextandHttpMessageExecutionContextfrom a http context that can mutate from plain to messages.interfaceSpecialize http execution context allowing access to anHttpMessageRequestandHttpMessageResponsethat manipulates flow of messages.interfaceHttp execution context allowing access toHttpPlainRequestandHttpPlainResponsethat manipulates raw http bodies (content or chunks). -
Uses of BaseExecutionContext in io.gravitee.gateway.reactive.api.context.kafka
Subinterfaces of BaseExecutionContext in io.gravitee.gateway.reactive.api.context.kafkaModifier and TypeInterfaceDescriptioninterfaceSpecialized context for Kafka connection.interfaceExecution context specialized for Kafka.interfaceMessage execution context specialized for Kafka. -
Uses of BaseExecutionContext in io.gravitee.gateway.reactive.api.context.tcp
Subinterfaces of BaseExecutionContext in io.gravitee.gateway.reactive.api.context.tcpModifier and TypeInterfaceDescriptioninterfaceExecution context specialized for Tcp. -
Uses of BaseExecutionContext in io.gravitee.gateway.reactive.api.invoker
Classes in io.gravitee.gateway.reactive.api.invoker with type parameters of type BaseExecutionContextModifier and TypeInterfaceDescriptioninterfaceBaseInvoker<C extends BaseExecutionContext>Dedicated interface inspired from originalInvokerinterface allowing to invoke an invoker in a reactive manner. -
Uses of BaseExecutionContext in io.gravitee.gateway.reactive.api.tracing.message
Methods in io.gravitee.gateway.reactive.api.tracing.message with parameters of type BaseExecutionContextModifier and TypeMethodDescriptiondefault voidTracingMessage.injectSpanContext(BaseExecutionContext executionContext, BiConsumer<String, String> textMapSetter) Allow to inject message context into the given carrier
HttpExecutionContext