com.netflix.curator.framework.recipes.queue
Interface QueueConsumer<T>

All Superinterfaces:
ConnectionStateListener
All Known Implementing Classes:
BlockingQueueConsumer

public interface QueueConsumer<T>
extends ConnectionStateListener

Message Consumer


Method Summary
 void consumeMessage(T message)
          Process a message from the queue
 
Methods inherited from interface com.netflix.curator.framework.state.ConnectionStateListener
stateChanged
 

Method Detail

consumeMessage

void consumeMessage(T message)
                    throws Exception
Process a message from the queue

Parameters:
message - message to process
Throws:
Exception - any errors


Copyright © 2012. All Rights Reserved.