ResponseInterceptorContext

Interceptor context used for all phases that have access to the operation input (request), the serialized protocol specific request (e.g. HttpRequest), the protocol specific response (e.g. HttpResponse), and the deserialized operation output (response).

Properties

Link copied to clipboard
abstract val response: <Error class: unknown class><O>

Retrieve the modeled response or exception for the operation being invoked

Inherited properties

Link copied to clipboard
abstract val executionContext: <Error class: unknown class>

The ExecutionContext used to drive the execution of a single request/response

Link copied to clipboard

Retrieve the protocol specific request for the operation being invoked.

Link copied to clipboard

Retrieve the protocol specific response for the operation being invoked.

Link copied to clipboard
abstract val request: I

Retrieve the modeled request for the operation being invoked