Interface IAmqpReceiver
-
- All Superinterfaces:
IAmqpLink
- All Known Implementing Classes:
CoreMessageReceiver
public interface IAmqpReceiver extends IAmqpLink
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onReceiveComplete(org.apache.qpid.proton.engine.Delivery delivery)
-
Methods inherited from interface com.microsoft.azure.servicebus.amqp.IAmqpLink
onClose, onError, onOpenComplete
-
-