Uses of Interface
com.microsoft.azure.eventhubs.impl.AmqpLink
-
Packages that use AmqpLink Package Description com.microsoft.azure.eventhubs.impl -
-
Uses of AmqpLink in com.microsoft.azure.eventhubs.impl
Subinterfaces of AmqpLink in com.microsoft.azure.eventhubs.impl Modifier and Type Interface Description interface
AmqpReceiver
interface
AmqpSender
Classes in com.microsoft.azure.eventhubs.impl that implement AmqpLink Modifier and Type Class Description class
MessageReceiver
Common Receiver that abstracts all amqp related details translates event-driven reactor model into async receive Apiclass
MessageSender
Abstracts all amqp related details translates event-driven reactor model into async send ApiConstructors in com.microsoft.azure.eventhubs.impl with parameters of type AmqpLink Constructor Description BaseLinkHandler(AmqpLink amqpLink, String name)
-