Uses of Class
dk.cloudcreate.essentials.components.foundation.messaging.queue.operations.QueueMessageAsDeadLetterMessage
-
-
Uses of QueueMessageAsDeadLetterMessage in dk.cloudcreate.essentials.components.foundation.messaging.queue
Methods in dk.cloudcreate.essentials.components.foundation.messaging.queue with parameters of type QueueMessageAsDeadLetterMessage Modifier and Type Method Description default QueueEntryIdDurableQueuesInterceptor. intercept(QueueMessageAsDeadLetterMessage operation, dk.cloudcreate.essentials.shared.interceptor.InterceptorChain<QueueMessageAsDeadLetterMessage,QueueEntryId,DurableQueuesInterceptor> interceptorChain)InterceptQueueMessageAsDeadLetterMessagecallsQueueEntryIdDurableQueues. queueMessageAsDeadLetterMessage(QueueMessageAsDeadLetterMessage operation)Queue the message directly as a Dead Letter Message.Method parameters in dk.cloudcreate.essentials.components.foundation.messaging.queue with type arguments of type QueueMessageAsDeadLetterMessage Modifier and Type Method Description default QueueEntryIdDurableQueuesInterceptor. intercept(QueueMessageAsDeadLetterMessage operation, dk.cloudcreate.essentials.shared.interceptor.InterceptorChain<QueueMessageAsDeadLetterMessage,QueueEntryId,DurableQueuesInterceptor> interceptorChain)InterceptQueueMessageAsDeadLetterMessagecalls -
Uses of QueueMessageAsDeadLetterMessage in dk.cloudcreate.essentials.components.foundation.messaging.queue.operations
Methods in dk.cloudcreate.essentials.components.foundation.messaging.queue.operations that return QueueMessageAsDeadLetterMessage Modifier and Type Method Description QueueMessageAsDeadLetterMessageQueueMessageAsDeadLetterMessageBuilder. build()Builder anQueueMessageAsDeadLetterMessageinstance from the builder properties
-