Uses of Class
io.quarkiverse.mailpit.test.model.Message
-
Packages that use Message Package Description io.quarkiverse.mailpit.test io.quarkiverse.mailpit.test.model io.quarkiverse.mailpit.test.rest -
-
Uses of Message in io.quarkiverse.mailpit.test
Methods in io.quarkiverse.mailpit.test that return Message Modifier and Type Method Description MessageMailbox. findFirst(String query)Search messages.Methods in io.quarkiverse.mailpit.test that return types with arguments of type Message Modifier and Type Method Description List<Message>Mailbox. find(String query, Integer start, Integer limit)Search messages. -
Uses of Message in io.quarkiverse.mailpit.test.model
-
Uses of Message in io.quarkiverse.mailpit.test.rest
Methods in io.quarkiverse.mailpit.test.rest that return Message Modifier and Type Method Description MessageMessageApi. message(String ID)Get message summary Returns the summary of a message, marking the message as read.Methods in io.quarkiverse.mailpit.test.rest that return types with arguments of type Message Modifier and Type Method Description ApiResponse<Message>MessageApi. messageWithHttpInfo(String ID)Get message summary Returns the summary of a message, marking the message as read.
-