Interface ConfigEventListener

All Superinterfaces:
EventListener, QueueEventListener

public interface ConfigEventListener extends QueueEventListener
Listener interface for config queue events. This interface is triggered when queue config is set.
Author:
Nikita Koksharov
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onSet(String queueName)
    Called when queue config was set.
  • Method Details

    • onSet

      void onSet(String queueName)
      Called when queue config was set.
      Parameters:
      queueName - name of queue