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.
  • 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:
      request in interface HttpBaseExecutionContext
      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:
      response in interface HttpBaseExecutionContext
      Returns:
      the response attached to this execution context.