trixnity-api-server
3.7.0-beta2
common
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