Uses of Class
dk.cloudcreate.essentials.components.foundation.messaging.queue.operations.GetQueuedMessage
-
-
Uses of GetQueuedMessage in dk.cloudcreate.essentials.components.foundation.messaging.queue
Methods in dk.cloudcreate.essentials.components.foundation.messaging.queue with parameters of type GetQueuedMessage Modifier and Type Method Description Optional<QueuedMessage>DurableQueues. getQueuedMessage(GetQueuedMessage operation)Get a queued message that is NOT marked as aQueuedMessage.isDeadLetterMessage()default Optional<QueuedMessage>DurableQueuesInterceptor. intercept(GetQueuedMessage operation, dk.cloudcreate.essentials.shared.interceptor.InterceptorChain<GetQueuedMessage,Optional<QueuedMessage>,DurableQueuesInterceptor> interceptorChain)InterceptGetQueuedMessagecallsMethod parameters in dk.cloudcreate.essentials.components.foundation.messaging.queue with type arguments of type GetQueuedMessage Modifier and Type Method Description default Optional<QueuedMessage>DurableQueuesInterceptor. intercept(GetQueuedMessage operation, dk.cloudcreate.essentials.shared.interceptor.InterceptorChain<GetQueuedMessage,Optional<QueuedMessage>,DurableQueuesInterceptor> interceptorChain)InterceptGetQueuedMessagecalls -
Uses of GetQueuedMessage in dk.cloudcreate.essentials.components.foundation.messaging.queue.micrometer
Methods in dk.cloudcreate.essentials.components.foundation.messaging.queue.micrometer with parameters of type GetQueuedMessage Modifier and Type Method Description Optional<QueuedMessage>DurableQueuesMicrometerTracingInterceptor. intercept(GetQueuedMessage operation, dk.cloudcreate.essentials.shared.interceptor.InterceptorChain<GetQueuedMessage,Optional<QueuedMessage>,DurableQueuesInterceptor> interceptorChain)Method parameters in dk.cloudcreate.essentials.components.foundation.messaging.queue.micrometer with type arguments of type GetQueuedMessage Modifier and Type Method Description Optional<QueuedMessage>DurableQueuesMicrometerTracingInterceptor. intercept(GetQueuedMessage operation, dk.cloudcreate.essentials.shared.interceptor.InterceptorChain<GetQueuedMessage,Optional<QueuedMessage>,DurableQueuesInterceptor> interceptorChain) -
Uses of GetQueuedMessage in dk.cloudcreate.essentials.components.foundation.messaging.queue.operations
Methods in dk.cloudcreate.essentials.components.foundation.messaging.queue.operations that return GetQueuedMessage Modifier and Type Method Description GetQueuedMessageGetQueuedMessageBuilder. build()Builder anGetQueuedMessageinstance from the builder properties
-