Uses of Class
dk.cloudcreate.essentials.components.foundation.messaging.queue.operations.StopConsumingFromQueue
-
Packages that use StopConsumingFromQueue Package Description dk.cloudcreate.essentials.components.foundation.messaging.queue dk.cloudcreate.essentials.components.foundation.messaging.queue.operations -
-
Uses of StopConsumingFromQueue in dk.cloudcreate.essentials.components.foundation.messaging.queue
Methods in dk.cloudcreate.essentials.components.foundation.messaging.queue with parameters of type StopConsumingFromQueue Modifier and Type Method Description default DurableQueueConsumerDurableQueuesInterceptor. intercept(StopConsumingFromQueue operation, dk.cloudcreate.essentials.shared.interceptor.InterceptorChain<StopConsumingFromQueue,DurableQueueConsumer,DurableQueuesInterceptor> interceptorChain)InterceptStopConsumingFromQueuecalls - is initiated whenDurableQueueConsumer.cancel()is calledMethod parameters in dk.cloudcreate.essentials.components.foundation.messaging.queue with type arguments of type StopConsumingFromQueue Modifier and Type Method Description default DurableQueueConsumerDurableQueuesInterceptor. intercept(StopConsumingFromQueue operation, dk.cloudcreate.essentials.shared.interceptor.InterceptorChain<StopConsumingFromQueue,DurableQueueConsumer,DurableQueuesInterceptor> interceptorChain)InterceptStopConsumingFromQueuecalls - is initiated whenDurableQueueConsumer.cancel()is called -
Uses of StopConsumingFromQueue in dk.cloudcreate.essentials.components.foundation.messaging.queue.operations
Methods in dk.cloudcreate.essentials.components.foundation.messaging.queue.operations that return StopConsumingFromQueue Modifier and Type Method Description StopConsumingFromQueueStopConsumingFromQueueBuilder. build()Builder anStopConsumingFromQueueinstance from the builder properties
-