Uses of Class
dk.cloudcreate.essentials.components.foundation.messaging.queue.operations.GetDeadLetterMessages
-
Packages that use GetDeadLetterMessages Package Description dk.cloudcreate.essentials.components.foundation.messaging.queue dk.cloudcreate.essentials.components.foundation.messaging.queue.operations -
-
Uses of GetDeadLetterMessages in dk.cloudcreate.essentials.components.foundation.messaging.queue
Methods in dk.cloudcreate.essentials.components.foundation.messaging.queue with parameters of type GetDeadLetterMessages Modifier and Type Method Description List<QueuedMessage>DurableQueues. getDeadLetterMessages(GetDeadLetterMessages operation)Query Dead Letter Messages (i.e.default List<QueuedMessage>DurableQueuesInterceptor. intercept(GetDeadLetterMessages operation, dk.cloudcreate.essentials.shared.interceptor.InterceptorChain<GetDeadLetterMessages,List<QueuedMessage>,DurableQueuesInterceptor> interceptorChain)InterceptGetDeadLetterMessagescallsMethod parameters in dk.cloudcreate.essentials.components.foundation.messaging.queue with type arguments of type GetDeadLetterMessages Modifier and Type Method Description default List<QueuedMessage>DurableQueuesInterceptor. intercept(GetDeadLetterMessages operation, dk.cloudcreate.essentials.shared.interceptor.InterceptorChain<GetDeadLetterMessages,List<QueuedMessage>,DurableQueuesInterceptor> interceptorChain)InterceptGetDeadLetterMessagescalls -
Uses of GetDeadLetterMessages in dk.cloudcreate.essentials.components.foundation.messaging.queue.operations
Methods in dk.cloudcreate.essentials.components.foundation.messaging.queue.operations that return GetDeadLetterMessages Modifier and Type Method Description GetDeadLetterMessagesGetDeadLetterMessagesBuilder. build()Builder anGetDeadLetterMessagesinstance from the builder properties
-