Uses of Class
com.nadiyar.kiwi.MessageDTO
Packages that use MessageDTO
-
Uses of MessageDTO in com.nadiyar.kiwi
Methods in com.nadiyar.kiwi that return MessageDTOModifier and TypeMethodDescriptionMessageMapper.toMessageDTO(Message msg) Convert fromMessagetoMessageDTOand returns the MessageMethods in com.nadiyar.kiwi with parameters of type MessageDTOModifier and TypeMethodDescriptionMessageMapper.toMessage(MessageDTO msgDTO) Convert fromMessageDTOtoMessageand returns an object of type MessageDTO -
Uses of MessageDTO in com.nadiyar.kiwi.controller
Methods in com.nadiyar.kiwi.controller with parameters of type MessageDTOModifier and TypeMethodDescriptionvoidChatWebsocketController.send(MessageDTO msgDTO) Websocket endpoint for receiving and handling new messages