Uses of Class
io.github.ma1uta.matrix.application.model.TransactionRequest
-
Packages that use TransactionRequest Package Description io.github.ma1uta.matrix.application.api Application API interfaces. -
-
Uses of TransactionRequest in io.github.ma1uta.matrix.application.api
Methods in io.github.ma1uta.matrix.application.api with parameters of type TransactionRequest Modifier and Type Method Description void
ApplicationApi. transaction(String txnId, TransactionRequest request, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.HttpHeaders httpHeaders, javax.ws.rs.container.AsyncResponse asyncResponse)
This API is called by the homeserver when it wants to push an event (or batch of events) to the application service.
-