Uses of Interface
com.azure.core.amqp.AmqpLink
-
Packages that use AmqpLink Package Description com.azure.core.amqp Package containing classes common to AMQP protocol. -
-
Uses of AmqpLink in com.azure.core.amqp
Methods in com.azure.core.amqp that return types with arguments of type AmqpLink Modifier and Type Method Description Mono<AmqpLink>AmqpSession. createConsumer(String linkName, String entityPath, Duration timeout, AmqpRetryPolicy retryPolicy)Creates a new AMQP link that consumes events from the message broker.Mono<AmqpLink>AmqpSession. createProducer(String linkName, String entityPath, Duration timeout, AmqpRetryPolicy retryPolicy)Creates a new AMQP link that publishes events to the message broker.
-