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