trixnity-api-server
Toggle table of contents
4.13.5
common
Platform filter
common
Switch theme
Search in API
trixnity-api-server
trixnity-api-server
/
net.folivo.trixnity.api.server
/
MatrixEndpointContext
Matrix
Endpoint
Context
class
MatrixEndpointContext
<
ENDPOINT
:
MatrixEndpoint
<
REQUEST
,
RESPONSE
>
,
REQUEST
,
RESPONSE
>
(
val
endpoint
:
ENDPOINT
,
val
requestBody
:
REQUEST
,
val
call
:
ApplicationCall
)
Members
Constructors
Matrix
Endpoint
Context
Link copied to clipboard
constructor
(
endpoint
:
ENDPOINT
,
requestBody
:
REQUEST
,
call
:
ApplicationCall
)
Properties
call
Link copied to clipboard
val
call
:
ApplicationCall
endpoint
Link copied to clipboard
val
endpoint
:
ENDPOINT
request
Body
Link copied to clipboard
val
requestBody
:
REQUEST