Uses of Class
dk.cloudcreate.essentials.components.foundation.messaging.queue.MessageMetaData
-
-
Uses of MessageMetaData in dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward
Methods in dk.cloudcreate.essentials.components.foundation.messaging.eip.store_and_forward with parameters of type MessageMetaData Modifier and Type Method Description default voidInbox. addMessageReceived(Object payload, MessageMetaData metaData)Register or add a message (with meta-data) that has been received
This message will be stored durably (without any duplication check) in connection with the currently activeUnitOfWork(or a newUnitOfWorkwill be created in case no there isn't an activeUnitOfWork).
The message will be delivered asynchronously to the message consumerdefault voidOutbox. sendMessage(Object payload, MessageMetaData metaData)Send a message (with meta-data) asynchronously.
This message will be stored durably (without any duplication check) in connection with the currently activeUnitOfWork(or a newUnitOfWorkwill be created in case no there isn't an activeUnitOfWork).
The message will be delivered asynchronously to the message consumer -
Uses of MessageMetaData in dk.cloudcreate.essentials.components.foundation.messaging.queue
Methods in dk.cloudcreate.essentials.components.foundation.messaging.queue with parameters of type MessageMetaData Modifier and Type Method Description static MessageMetaDataMessageMetaData. copyOf(MessageMetaData map)static MessageMessage. of(Object payload, MessageMetaData metaData)Create a newMessagestatic OrderedMessageOrderedMessage. of(Object payload, String key, long order, MessageMetaData metaData)Create a newMessageConstructors in dk.cloudcreate.essentials.components.foundation.messaging.queue with parameters of type MessageMetaData Constructor Description Message(Object payload, MessageMetaData metaData)Create a newMessageOrderedMessage(Object payload, String key, long order, MessageMetaData metaData) -
Uses of MessageMetaData in dk.cloudcreate.essentials.components.foundation.messaging.queue.operations
Methods in dk.cloudcreate.essentials.components.foundation.messaging.queue.operations that return MessageMetaData Modifier and Type Method Description MessageMetaDataQueueMessage. getMetaData()MessageMetaDataQueueMessageAsDeadLetterMessage. getMetaData()Methods in dk.cloudcreate.essentials.components.foundation.messaging.queue.operations with parameters of type MessageMetaData Modifier and Type Method Description QueueMessageAsDeadLetterMessageBuilderQueueMessageAsDeadLetterMessageBuilder. setMetaData(MessageMetaData metaData)QueueMessageBuilderQueueMessageBuilder. setMetaData(MessageMetaData metaData)
-