Uses of Class
app.nzyme.plugin.distributed.messaging.MessageProcessingResult
-
Packages that use MessageProcessingResult Package Description app.nzyme.plugin.distributed.messaging -
-
Uses of MessageProcessingResult in app.nzyme.plugin.distributed.messaging
Methods in app.nzyme.plugin.distributed.messaging that return MessageProcessingResult Modifier and Type Method Description MessageProcessingResultMessageHandler. handle(ReceivedMessage message)static MessageProcessingResultMessageProcessingResult. valueOf(String name)Returns the enum constant of this type with the specified name.static MessageProcessingResult[]MessageProcessingResult. values()Returns an array containing the constants of this enum type, in the order they are declared.
-