Uses of Class
dk.cloudcreate.essentials.components.foundation.messaging.queue.operations.GetDeadLetterMessage
-
Packages that use GetDeadLetterMessage Package Description dk.cloudcreate.essentials.components.foundation.messaging.queue dk.cloudcreate.essentials.components.foundation.messaging.queue.operations -
-
Uses of GetDeadLetterMessage in dk.cloudcreate.essentials.components.foundation.messaging.queue
Methods in dk.cloudcreate.essentials.components.foundation.messaging.queue with parameters of type GetDeadLetterMessage Modifier and Type Method Description Optional<QueuedMessage>DurableQueues. getDeadLetterMessage(GetDeadLetterMessage operation)Get a queued message that's marked as aQueuedMessage.isDeadLetterMessage()default Optional<QueuedMessage>DurableQueuesInterceptor. intercept(GetDeadLetterMessage operation, dk.cloudcreate.essentials.shared.interceptor.InterceptorChain<GetDeadLetterMessage,Optional<QueuedMessage>,DurableQueuesInterceptor> interceptorChain)InterceptGetDeadLetterMessagecallsMethod parameters in dk.cloudcreate.essentials.components.foundation.messaging.queue with type arguments of type GetDeadLetterMessage Modifier and Type Method Description default Optional<QueuedMessage>DurableQueuesInterceptor. intercept(GetDeadLetterMessage operation, dk.cloudcreate.essentials.shared.interceptor.InterceptorChain<GetDeadLetterMessage,Optional<QueuedMessage>,DurableQueuesInterceptor> interceptorChain)InterceptGetDeadLetterMessagecalls -
Uses of GetDeadLetterMessage in dk.cloudcreate.essentials.components.foundation.messaging.queue.operations
Methods in dk.cloudcreate.essentials.components.foundation.messaging.queue.operations that return GetDeadLetterMessage Modifier and Type Method Description GetDeadLetterMessageGetDeadLetterMessageBuilder. build()Builder anGetDeadLetterMessageinstance from the builder properties
-