Package com.rabbitmq.client
Interface RpcServer.RpcConsumer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getConsumerTag()
Delivery
nextDelivery()
-
Methods inherited from interface com.rabbitmq.client.Consumer
handleCancel, handleCancelOk, handleConsumeOk, handleDelivery, handleRecoverOk, handleShutdownSignal
-
-
-
-
Method Detail
-
nextDelivery
Delivery nextDelivery() throws InterruptedException, ShutdownSignalException, ConsumerCancelledException
-
getConsumerTag
String getConsumerTag()
-
-