Uses of Class
app.nzyme.plugin.distributed.messaging.StoredMessage
-
Packages that use StoredMessage Package Description app.nzyme.plugin.distributed.messaging -
-
Uses of StoredMessage in app.nzyme.plugin.distributed.messaging
Methods in app.nzyme.plugin.distributed.messaging that return StoredMessage Modifier and Type Method Description abstract StoredMessageStoredMessage.Builder. build()static StoredMessageStoredMessage. create(Long id, UUID sender, UUID receiver, MessageType type, Map<String,Object> parameters, MessageStatus status, org.joda.time.DateTime createdAt, Long cycleLimiter, org.joda.time.DateTime acknowledgedAt, Integer processingTimeMs)Methods in app.nzyme.plugin.distributed.messaging that return types with arguments of type StoredMessage Modifier and Type Method Description List<StoredMessage>MessageBus. getAllFailedMessagesSince(org.joda.time.DateTime since)List<StoredMessage>MessageBus. getAllMessages(int limit, int offset)List<StoredMessage>MessageBus. getAllStuckMessages(org.joda.time.DateTime timeout)
-