Interface GenericExecutionContext
- All Superinterfaces:
BaseExecutionContext,HttpBaseExecutionContext
- All Known Subinterfaces:
ExecutionContext,HttpExecutionContext,MessageExecutionContext,TcpExecutionContext
@Deprecated(forRemoval=true)
public interface GenericExecutionContext
extends HttpBaseExecutionContext
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Summary
Fields inherited from interface io.gravitee.gateway.reactive.api.context.base.BaseExecutionContext
TEMPLATE_ATTRIBUTE_CONTEXT -
Method Summary
Modifier and TypeMethodDescriptionrequest()Deprecated, for removal: This API element is subject to removal in a future version.Get the current request stuck to this execution context.response()Deprecated, for removal: This API element is subject to removal in a future version.Get the current response stuck to this execution context.Methods inherited from interface io.gravitee.gateway.reactive.api.context.base.BaseExecutionContext
getAttribute, getAttributeAsList, getAttributeNames, getAttributes, getComponent, getInternalAttribute, getInternalAttributes, getTemplateEngine, getTracer, localAddress, putAttribute, putInternalAttribute, remoteAddress, removeAttribute, removeInternalAttribute, setAttribute, setInternalAttribute, timestamp, tlsSession, warnWithMethods inherited from interface io.gravitee.gateway.reactive.api.context.http.HttpBaseExecutionContext
metrics
-
Method Details
-
request
GenericRequest request()Deprecated, for removal: This API element is subject to removal in a future version.Get the current request stuck to this execution context.- Specified by:
requestin interfaceHttpBaseExecutionContext- Returns:
- the request attached to this execution context.
-
response
GenericResponse response()Deprecated, for removal: This API element is subject to removal in a future version.Get the current response stuck to this execution context.- Specified by:
responsein interfaceHttpBaseExecutionContext- Returns:
- the response attached to this execution context.
-
HttpBaseExecutionContext