MatrixEndpointContext

class MatrixEndpointContext<ENDPOINT : MatrixEndpoint<REQUEST, RESPONSE>, REQUEST, RESPONSE>(val endpoint: ENDPOINT, val requestBody: REQUEST, val call: ApplicationCall)

Constructors

Link copied to clipboard
constructor(endpoint: ENDPOINT, requestBody: REQUEST, call: ApplicationCall)

Properties

Link copied to clipboard
val call: ApplicationCall
Link copied to clipboard
Link copied to clipboard