Uses of Class
dk.cloudcreate.essentials.components.foundation.messaging.queue.operations.AcknowledgeMessageAsHandled
-
-
Uses of AcknowledgeMessageAsHandled in dk.cloudcreate.essentials.components.foundation.messaging.queue
Methods in dk.cloudcreate.essentials.components.foundation.messaging.queue with parameters of type AcknowledgeMessageAsHandled Modifier and Type Method Description booleanDurableQueues. 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 AcknowledgeMessageAsHandled Modifier and Type Method Description default 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.operations
Methods in dk.cloudcreate.essentials.components.foundation.messaging.queue.operations that return AcknowledgeMessageAsHandled Modifier and Type Method Description AcknowledgeMessageAsHandledAcknowledgeMessageAsHandledBuilder. build()Builder anAcknowledgeMessageAsHandledinstance from the builder properties
-