Uses of Class
dk.cloudcreate.essentials.components.foundation.messaging.queue.operations.QueueMessage
-
Packages that use QueueMessage Package Description dk.cloudcreate.essentials.components.foundation.messaging.queue dk.cloudcreate.essentials.components.foundation.messaging.queue.operations -
-
Uses of QueueMessage in dk.cloudcreate.essentials.components.foundation.messaging.queue
Methods in dk.cloudcreate.essentials.components.foundation.messaging.queue with parameters of type QueueMessage Modifier and Type Method Description default QueueEntryIdDurableQueuesInterceptor. intercept(QueueMessage operation, dk.cloudcreate.essentials.shared.interceptor.InterceptorChain<QueueMessage,QueueEntryId,DurableQueuesInterceptor> interceptorChain)InterceptQueueMessagecallsQueueEntryIdDurableQueues. queueMessage(QueueMessage operation)Queue a message for asynchronous delivery without delay to aDurableQueueConsumer
Note this method MUST be called within an existingUnitOfWorkIF usingTransactionalMode.FullyTransactionalMethod parameters in dk.cloudcreate.essentials.components.foundation.messaging.queue with type arguments of type QueueMessage Modifier and Type Method Description default QueueEntryIdDurableQueuesInterceptor. intercept(QueueMessage operation, dk.cloudcreate.essentials.shared.interceptor.InterceptorChain<QueueMessage,QueueEntryId,DurableQueuesInterceptor> interceptorChain)InterceptQueueMessagecalls -
Uses of QueueMessage in dk.cloudcreate.essentials.components.foundation.messaging.queue.operations
Methods in dk.cloudcreate.essentials.components.foundation.messaging.queue.operations that return QueueMessage Modifier and Type Method Description QueueMessageQueueMessageBuilder. build()Builder anQueueMessageinstance from the builder properties
-