Interface AddedEventListener

All Superinterfaces:
EventListener, QueueEventListener

public interface AddedEventListener extends QueueEventListener
Listener interface for queue addition events. This interface is triggered when new messages are added to a queue.
Author:
Nikita Koksharov
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when new messages are added to the queue.
  • Method Details

    • onAdded

      void onAdded(List<String> ids)
      Called when new messages are added to the queue.
      Parameters:
      ids - message ids