Uses of Class
dk.cloudcreate.essentials.components.foundation.messaging.queue.operations.PurgeQueue
-
Packages that use PurgeQueue Package Description dk.cloudcreate.essentials.components.foundation.messaging.queue dk.cloudcreate.essentials.components.foundation.messaging.queue.operations -
-
Uses of PurgeQueue in dk.cloudcreate.essentials.components.foundation.messaging.queue
Methods in dk.cloudcreate.essentials.components.foundation.messaging.queue with parameters of type PurgeQueue Modifier and Type Method Description default intDurableQueuesInterceptor. intercept(PurgeQueue operation, dk.cloudcreate.essentials.shared.interceptor.InterceptorChain<PurgeQueue,Integer,DurableQueuesInterceptor> interceptorChain)InterceptPurgeQueuecallsintDurableQueues. purgeQueue(PurgeQueue operation)Delete all messages (Queued or Dead letter Messages) in the given queueMethod parameters in dk.cloudcreate.essentials.components.foundation.messaging.queue with type arguments of type PurgeQueue Modifier and Type Method Description default intDurableQueuesInterceptor. intercept(PurgeQueue operation, dk.cloudcreate.essentials.shared.interceptor.InterceptorChain<PurgeQueue,Integer,DurableQueuesInterceptor> interceptorChain)InterceptPurgeQueuecalls -
Uses of PurgeQueue in dk.cloudcreate.essentials.components.foundation.messaging.queue.operations
Methods in dk.cloudcreate.essentials.components.foundation.messaging.queue.operations that return PurgeQueue Modifier and Type Method Description PurgeQueuePurgeQueueBuilder. build()Builder anPurgeQueueinstance from the builder properties
-