Uses of Class
app.nzyme.plugin.distributed.messaging.StoredMessage
Packages that use StoredMessage
-
Uses of StoredMessage in app.nzyme.plugin.distributed.messaging
Methods in app.nzyme.plugin.distributed.messaging that return StoredMessageModifier and TypeMethodDescriptionabstract 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 StoredMessageModifier and TypeMethodDescriptionMessageBus.getAllFailedMessagesSince(org.joda.time.DateTime since) MessageBus.getAllMessages(int limit, int offset) MessageBus.getAllStuckMessages(org.joda.time.DateTime timeout)