Uses of Interface
com.azure.core.amqp.AmqpLink
Packages that use AmqpLink
-
Uses of AmqpLink in com.azure.core.amqp
Methods in com.azure.core.amqp that return types with arguments of type AmqpLinkModifier and TypeMethodDescriptionAmqpSession.createConsumer(String linkName, String entityPath, Duration timeout, AmqpRetryPolicy retryPolicy) Creates a new AMQP link that consumes events from the message broker.AmqpSession.createProducer(String linkName, String entityPath, Duration timeout, AmqpRetryPolicy retryPolicy) Creates a new AMQP link that publishes events to the message broker.