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