Interface QueueConsumer<T>
- All Superinterfaces:
ConnectionStateListener
- All Known Implementing Classes:
BlockingQueueConsumer
Message Consumer
-
Method Summary
Modifier and TypeMethodDescriptionvoid
consumeMessage
(T message) Process a message from the queueMethods inherited from interface org.apache.curator.framework.state.ConnectionStateListener
doNotProxy, stateChanged
-
Method Details
-
consumeMessage
Process a message from the queue- Parameters:
message
- message to process- Throws:
Exception
- any errors
-