trixnity
Toggle table of contents
5.2.0-SNAPSHOT.CI-20260302.101522
common
Target filter
common
Switch theme
Search in API
Skip to content
trixnity
trixnity-api-server
/
de.connect2x.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