java.lang.Object
dk.cloudcreate.essentials.components.foundation.messaging.queue.operations.StopConsumingFromQueue

public class StopConsumingFromQueue extends Object
Stop an asynchronous message consumer.
Is initiated when DurableQueueConsumer.cancel() is called Operation also matches DurableQueuesInterceptor.intercept(StopConsumingFromQueue, InterceptorChain)
  • Field Details

    • durableQueueConsumer

      public final DurableQueueConsumer durableQueueConsumer
      The durable queue consumer being stopped
  • Constructor Details

    • StopConsumingFromQueue

      public StopConsumingFromQueue(DurableQueueConsumer durableQueueConsumer)
      Stop an asynchronous message consumer.
      Parameters:
      durableQueueConsumer - the durable queue consumer being stopped
  • Method Details