public interface AmqpLink extends Disposable
Disposable.Composite, Disposable.Swap| Modifier and Type | Method and Description |
|---|---|
Flux<AmqpEndpointState> |
getEndpointStates()
Gets the endpoint states for the AMQP link.
|
String |
getEntityPath()
The remote endpoint path this link is connected to.
|
String |
getHostname()
The host name of the message broker that this link that is connected to.
|
String |
getLinkName()
Gets the name of the link.
|
dispose, isDisposedString getLinkName()
String getEntityPath()
String getHostname()
Flux<AmqpEndpointState> getEndpointStates()
AmqpExceptions that occur on the link are
reported in the connection state. When the stream terminates, the link is closed.Copyright © 2021 Microsoft Corporation. All rights reserved.