Uses of Class
dk.cloudcreate.essentials.components.foundation.messaging.queue.operations.DeleteMessage
Packages that use DeleteMessage
Package
Description
-
Uses of DeleteMessage in dk.cloudcreate.essentials.components.foundation.messaging.queue
Methods in dk.cloudcreate.essentials.components.foundation.messaging.queue with parameters of type DeleteMessageModifier and TypeMethodDescriptionbooleanDurableQueues.deleteMessage(DeleteMessage operation) Delete a message (Queued or Dead Letter Message)
Note this method MUST be called within an existingUnitOfWorkIF usingTransactionalMode.FullyTransactionaldefault booleanDurableQueuesInterceptor.intercept(DeleteMessage operation, dk.cloudcreate.essentials.shared.interceptor.InterceptorChain<DeleteMessage, Boolean, DurableQueuesInterceptor> interceptorChain) InterceptDeleteMessagecallsMethod parameters in dk.cloudcreate.essentials.components.foundation.messaging.queue with type arguments of type DeleteMessageModifier and TypeMethodDescriptiondefault booleanDurableQueuesInterceptor.intercept(DeleteMessage operation, dk.cloudcreate.essentials.shared.interceptor.InterceptorChain<DeleteMessage, Boolean, DurableQueuesInterceptor> interceptorChain) InterceptDeleteMessagecalls -
Uses of DeleteMessage in dk.cloudcreate.essentials.components.foundation.messaging.queue.micrometer
Methods in dk.cloudcreate.essentials.components.foundation.messaging.queue.micrometer with parameters of type DeleteMessageModifier and TypeMethodDescriptionbooleanDurableQueuesMicrometerInterceptor.intercept(DeleteMessage operation, dk.cloudcreate.essentials.shared.interceptor.InterceptorChain<DeleteMessage, Boolean, DurableQueuesInterceptor> interceptorChain) booleanDurableQueuesMicrometerTracingInterceptor.intercept(DeleteMessage operation, dk.cloudcreate.essentials.shared.interceptor.InterceptorChain<DeleteMessage, Boolean, DurableQueuesInterceptor> interceptorChain) Method parameters in dk.cloudcreate.essentials.components.foundation.messaging.queue.micrometer with type arguments of type DeleteMessageModifier and TypeMethodDescriptionbooleanDurableQueuesMicrometerInterceptor.intercept(DeleteMessage operation, dk.cloudcreate.essentials.shared.interceptor.InterceptorChain<DeleteMessage, Boolean, DurableQueuesInterceptor> interceptorChain) booleanDurableQueuesMicrometerTracingInterceptor.intercept(DeleteMessage operation, dk.cloudcreate.essentials.shared.interceptor.InterceptorChain<DeleteMessage, Boolean, DurableQueuesInterceptor> interceptorChain) -
Uses of DeleteMessage in dk.cloudcreate.essentials.components.foundation.messaging.queue.operations
Methods in dk.cloudcreate.essentials.components.foundation.messaging.queue.operations that return DeleteMessageModifier and TypeMethodDescriptionDeleteMessageBuilder.build()Builder anDeleteMessageinstance from the builder properties