Uses of Class
dk.cloudcreate.essentials.components.foundation.messaging.queue.operations.AcknowledgeMessageAsHandled
Packages that use AcknowledgeMessageAsHandled
Package
Description
-
Uses of AcknowledgeMessageAsHandled in dk.cloudcreate.essentials.components.foundation.messaging.queue
Methods in dk.cloudcreate.essentials.components.foundation.messaging.queue with parameters of type AcknowledgeMessageAsHandledModifier and TypeMethodDescriptionbooleanDurableQueues.acknowledgeMessageAsHandled(AcknowledgeMessageAsHandled operation) Mark the message as acknowledged - this operation also deletes the messages from the Queue
Note this method MUST be called within an existingUnitOfWorkIF usingTransactionalMode.FullyTransactionaldefault booleanDurableQueuesInterceptor.intercept(AcknowledgeMessageAsHandled operation, dk.cloudcreate.essentials.shared.interceptor.InterceptorChain<AcknowledgeMessageAsHandled, Boolean, DurableQueuesInterceptor> interceptorChain) InterceptAcknowledgeMessageAsHandledcallsMethod parameters in dk.cloudcreate.essentials.components.foundation.messaging.queue with type arguments of type AcknowledgeMessageAsHandledModifier and TypeMethodDescriptiondefault booleanDurableQueuesInterceptor.intercept(AcknowledgeMessageAsHandled operation, dk.cloudcreate.essentials.shared.interceptor.InterceptorChain<AcknowledgeMessageAsHandled, Boolean, DurableQueuesInterceptor> interceptorChain) InterceptAcknowledgeMessageAsHandledcalls -
Uses of AcknowledgeMessageAsHandled in dk.cloudcreate.essentials.components.foundation.messaging.queue.micrometer
Methods in dk.cloudcreate.essentials.components.foundation.messaging.queue.micrometer with parameters of type AcknowledgeMessageAsHandledModifier and TypeMethodDescriptionbooleanDurableQueuesMicrometerTracingInterceptor.intercept(AcknowledgeMessageAsHandled operation, dk.cloudcreate.essentials.shared.interceptor.InterceptorChain<AcknowledgeMessageAsHandled, Boolean, DurableQueuesInterceptor> interceptorChain) Method parameters in dk.cloudcreate.essentials.components.foundation.messaging.queue.micrometer with type arguments of type AcknowledgeMessageAsHandledModifier and TypeMethodDescriptionbooleanDurableQueuesMicrometerTracingInterceptor.intercept(AcknowledgeMessageAsHandled operation, dk.cloudcreate.essentials.shared.interceptor.InterceptorChain<AcknowledgeMessageAsHandled, Boolean, DurableQueuesInterceptor> interceptorChain) -
Uses of AcknowledgeMessageAsHandled in dk.cloudcreate.essentials.components.foundation.messaging.queue.operations
Methods in dk.cloudcreate.essentials.components.foundation.messaging.queue.operations that return AcknowledgeMessageAsHandledModifier and TypeMethodDescriptionAcknowledgeMessageAsHandledBuilder.build()Builder anAcknowledgeMessageAsHandledinstance from the builder properties