Uses of Enum Class
app.nzyme.plugin.distributed.messaging.MessageStatus
Packages that use MessageStatus
-
Uses of MessageStatus in app.nzyme.plugin.distributed.messaging
Methods in app.nzyme.plugin.distributed.messaging that return MessageStatusModifier and TypeMethodDescriptionabstract MessageStatusStoredMessage.status()static MessageStatusReturns the enum constant of this class with the specified name.static MessageStatus[]MessageStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in app.nzyme.plugin.distributed.messaging with parameters of type MessageStatusModifier and TypeMethodDescriptionstatic 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) abstract StoredMessage.BuilderStoredMessage.Builder.status(MessageStatus status)