org.apache.curator.framework.state.ConnectionStateListenerBlockingQueueConsumerpublic interface QueueConsumer<T>
extends org.apache.curator.framework.state.ConnectionStateListener
| Modifier and Type | Method | Description |
|---|---|---|
void |
consumeMessage(T message) |
Process a message from the queue
|
void consumeMessage(T message) throws java.lang.Exception
message - message to processjava.lang.Exception - any errorsCopyright © 2011–2018 The Apache Software Foundation. All rights reserved.