Package org.redisson.api.queue.event
Interface EnabledOperationEventListener
- All Superinterfaces:
EventListener,QueueEventListener
Listener interface for queue enabled operations events.
This interface is triggered when queue operation switched to enabled state.
- Author:
- Nikita Koksharov
-
Method Summary
Modifier and TypeMethodDescriptionvoidonEnabled(String queueName, QueueOperation operation) Called when queue operation switched to enabled state.
-
Method Details
-
onEnabled
Called when queue operation switched to enabled state.- Parameters:
queueName- name of queue
-