trixnity-api-server
3.0.0-beta2
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
)
Constructors
Properties
Constructors
Matrix
Endpoint
Context
Link copied to clipboard
fun
<
ENDPOINT
:
MatrixEndpoint
<
REQUEST
,
RESPONSE
>
,
REQUEST
>
MatrixEndpointContext
(
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