Uses of Class
dk.cloudcreate.essentials.components.foundation.messaging.queue.operations.GetNextMessageReadyForDelivery
Packages that use GetNextMessageReadyForDelivery
Package
Description
-
Uses of GetNextMessageReadyForDelivery in dk.cloudcreate.essentials.components.foundation.messaging.queue
Methods in dk.cloudcreate.essentials.components.foundation.messaging.queue with parameters of type GetNextMessageReadyForDeliveryModifier and TypeMethodDescriptionDurableQueues.getNextMessageReadyForDelivery(GetNextMessageReadyForDelivery operation) Query the next Queued Message (i.e. not including Dead Letter Messages) that's ready to be delivered to aDurableQueueConsumer
Note this method MUST be called within an existingUnitOfWorkIF usingTransactionalMode.FullyTransactionaldefault Optional<QueuedMessage>DurableQueuesInterceptor.intercept(GetNextMessageReadyForDelivery operation, dk.cloudcreate.essentials.shared.interceptor.InterceptorChain<GetNextMessageReadyForDelivery, Optional<QueuedMessage>, DurableQueuesInterceptor> interceptorChain) InterceptGetNextMessageReadyForDeliverycallsMethod parameters in dk.cloudcreate.essentials.components.foundation.messaging.queue with type arguments of type GetNextMessageReadyForDeliveryModifier and TypeMethodDescriptiondefault Optional<QueuedMessage>DurableQueuesInterceptor.intercept(GetNextMessageReadyForDelivery operation, dk.cloudcreate.essentials.shared.interceptor.InterceptorChain<GetNextMessageReadyForDelivery, Optional<QueuedMessage>, DurableQueuesInterceptor> interceptorChain) InterceptGetNextMessageReadyForDeliverycalls -
Uses of GetNextMessageReadyForDelivery in dk.cloudcreate.essentials.components.foundation.messaging.queue.micrometer
Methods in dk.cloudcreate.essentials.components.foundation.messaging.queue.micrometer with parameters of type GetNextMessageReadyForDeliveryModifier and TypeMethodDescriptionDurableQueuesMicrometerTracingInterceptor.intercept(GetNextMessageReadyForDelivery operation, dk.cloudcreate.essentials.shared.interceptor.InterceptorChain<GetNextMessageReadyForDelivery, Optional<QueuedMessage>, DurableQueuesInterceptor> interceptorChain) Method parameters in dk.cloudcreate.essentials.components.foundation.messaging.queue.micrometer with type arguments of type GetNextMessageReadyForDeliveryModifier and TypeMethodDescriptionDurableQueuesMicrometerTracingInterceptor.intercept(GetNextMessageReadyForDelivery operation, dk.cloudcreate.essentials.shared.interceptor.InterceptorChain<GetNextMessageReadyForDelivery, Optional<QueuedMessage>, DurableQueuesInterceptor> interceptorChain) -
Uses of GetNextMessageReadyForDelivery in dk.cloudcreate.essentials.components.foundation.messaging.queue.operations
Methods in dk.cloudcreate.essentials.components.foundation.messaging.queue.operations that return GetNextMessageReadyForDeliveryModifier and TypeMethodDescriptionGetNextMessageReadyForDeliveryBuilder.build()Builder anGetNextMessageReadyForDeliveryinstance from the builder properties