Package com.rabbitmq.client
Interface RpcServer.RpcConsumer
-
- All Superinterfaces:
Consumer
- All Known Implementing Classes:
RpcServer.DefaultRpcConsumer
- Enclosing class:
- RpcServer
public static interface RpcServer.RpcConsumer extends Consumer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getConsumerTag()
Delivery
nextDelivery()
-
Methods inherited from interface com.rabbitmq.client.Consumer
handleCancel, handleCancelOk, handleConsumeOk, handleDelivery, handleRecoverOk, handleShutdownSignal
-
-
-
-
Method Detail
-
nextDelivery
Delivery nextDelivery() throws java.lang.InterruptedException, ShutdownSignalException, ConsumerCancelledException
- Throws:
java.lang.InterruptedException
ShutdownSignalException
ConsumerCancelledException
-
getConsumerTag
java.lang.String getConsumerTag()
-
-