Uses of Class
io.github.ma1uta.matrix.server.model.federation.Transaction
-
Packages that use Transaction Package Description io.github.ma1uta.matrix.server.api Server API interfaces. -
-
Uses of Transaction in io.github.ma1uta.matrix.server.api
Methods in io.github.ma1uta.matrix.server.api with parameters of type Transaction Modifier and Type Method Description void
FederationV1Api. send(String txnId, Transaction transaction, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.HttpHeaders httpHeaders, javax.ws.rs.container.AsyncResponse asyncResponse)
Push messages representing live activity to another server.
-