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