Building Step
Defines the building step for associating an inbound request specification with its corresponding response definition. This class is part of a fluent API used to define mappings between request specifications and their respective responses.
Parameters
The type of the request payload.
Functions
Associates the current request specification with a response definition. This method is part of a fluent API for defining mappings between requests and responses.
Associates the current request specification with a server-sent events (SSE) streaming response definition. This method is part of a fluent API for defining mappings between requests and SSE streaming responses.
Associates the current request specification with a streaming response definition. This method is part of a fluent API for defining mappings between requests and streaming responses.