Class QueueingConsumer
- java.lang.Object
-
- com.chutneytesting.action.amqp.consumer.QueueingConsumer
-
public class QueueingConsumer extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classQueueingConsumer.Result
-
Constructor Summary
Constructors Constructor Description QueueingConsumer(com.rabbitmq.client.Channel channel, String queueName, int nbMessages, String selector, long maxAwait, boolean ackIfMatch)
-
-
-
Method Detail
-
consume
public QueueingConsumer.Result consume() throws IOException, InterruptedException
- Throws:
IOExceptionInterruptedException
-
-