Uses of Class
io.meeds.chat.model.MatrixMessage
Packages that use MatrixMessage
-
Uses of MatrixMessage in io.meeds.chat.service
Methods in io.meeds.chat.service that return MatrixMessageModifier and TypeMethodDescriptionMatrixService.getRoomEvent(String eventId, String roomId) Retrieves the message related to the event IDMatrixService.getRoomEvent(String eventId, String roomId, String token) Retrieves the message related to the event IDMethods in io.meeds.chat.service with parameters of type MatrixMessageModifier and TypeMethodDescriptionio.meeds.pwa.model.PwaNotificationMessageChatNotificationService.createNotification(MatrixMessage message, String userName) Creates a notification based on the received message -
Uses of MatrixMessage in io.meeds.chat.service.utils
Methods in io.meeds.chat.service.utils that return MatrixMessageModifier and TypeMethodDescriptionMatrixHttpClient.getEventById(String eventId, String roomId, String accessToken) Retrieves an event from Matrix by its Id