Uses of Class
dk.cloudcreate.essentials.components.foundation.messaging.queue.TransactionalMode
-
Packages that use TransactionalMode Package Description dk.cloudcreate.essentials.components.foundation.messaging.queue -
-
Uses of TransactionalMode in dk.cloudcreate.essentials.components.foundation.messaging.queue
Methods in dk.cloudcreate.essentials.components.foundation.messaging.queue that return TransactionalMode Modifier and Type Method Description TransactionalModeDurableQueues. getTransactionalMode()The transactional behaviour mode of thisDurableQueuesinstancestatic TransactionalModeTransactionalMode. valueOf(String name)Returns the enum constant of this type with the specified name.static TransactionalMode[]TransactionalMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-