Uses of Class
dk.cloudcreate.essentials.components.foundation.messaging.queue.QueuedMessage.DeliveryMode
-
Packages that use QueuedMessage.DeliveryMode Package Description dk.cloudcreate.essentials.components.foundation.messaging.queue -
-
Uses of QueuedMessage.DeliveryMode in dk.cloudcreate.essentials.components.foundation.messaging.queue
Methods in dk.cloudcreate.essentials.components.foundation.messaging.queue that return QueuedMessage.DeliveryMode Modifier and Type Method Description QueuedMessage.DeliveryModeDefaultQueuedMessage. getDeliveryMode()QueuedMessage.DeliveryModeQueuedMessage. getDeliveryMode()static QueuedMessage.DeliveryModeQueuedMessage.DeliveryMode. valueOf(String name)Returns the enum constant of this type with the specified name.static QueuedMessage.DeliveryMode[]QueuedMessage.DeliveryMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-