Interface AmqpSender
-
- All Superinterfaces:
AmqpLink
- All Known Implementing Classes:
MessageSender
public interface AmqpSender extends AmqpLink
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onFlow(int creditIssued)
void
onSendComplete(org.apache.qpid.proton.engine.Delivery delivery)
-
Methods inherited from interface com.microsoft.azure.eventhubs.impl.AmqpLink
onClose, onError, onOpenComplete
-
-