Interface AmqpReceiver
-
- All Superinterfaces:
AmqpLink
- All Known Implementing Classes:
MessageReceiver
public interface AmqpReceiver extends AmqpLink
-
-
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.eventhubs.impl.AmqpLink
onClose, onError, onOpenComplete
-
-