Uses of Class
ch.admin.bit.jeap.messaging.transactionaloutbox.outbox.FailedMessage
Packages that use FailedMessage
-
Uses of FailedMessage in ch.admin.bit.jeap.messaging.transactionaloutbox.outbox
Methods in ch.admin.bit.jeap.messaging.transactionaloutbox.outbox that return FailedMessageMethods in ch.admin.bit.jeap.messaging.transactionaloutbox.outbox that return types with arguments of type FailedMessageModifier and TypeMethodDescriptionFailedMessageRepository.findFailedMessages(long afterId, ZonedDateTime failedBefore, boolean resend, int maxNumMessagesToFind) FailedMessageRepository.findFailedMessages(ZonedDateTime failedStartingFrom, ZonedDateTime failedBefore, boolean resend, int maxNumMessagesToFind) TransactionalOutbox.findFailedMessages(long afterId, ZonedDateTime failedBefore, boolean resend, int maxNumMessagesToFind) Find messages that have state 'failed' and have an id greater than the given id and have failed before the given instant.TransactionalOutbox.findFailedMessages(ZonedDateTime failedStartingFrom, ZonedDateTime failedBefore, boolean resend, int maxNumMessagesToFind) Find messages that have state 'failed' and have an id greater than the given id and have failed before the given instant.