Uses of Interface
com.microsoft.azure.eventhubs.impl.AmqpConnection
-
Packages that use AmqpConnection Package Description com.microsoft.azure.eventhubs.impl -
-
Uses of AmqpConnection in com.microsoft.azure.eventhubs.impl
Classes in com.microsoft.azure.eventhubs.impl that implement AmqpConnection Modifier and Type Class Description class
MessagingFactory
Abstracts all amqp related details and exposes AmqpConnection object Manages connection life-cycleMethods in com.microsoft.azure.eventhubs.impl that return AmqpConnection Modifier and Type Method Description protected AmqpConnection
ConnectionHandler. getAmqpConnection()
Constructors in com.microsoft.azure.eventhubs.impl with parameters of type AmqpConnection Constructor Description ConnectionHandler(AmqpConnection amqpConnection, String connectionId, org.apache.qpid.proton.engine.SslDomain.VerifyMode verifyMode)
RequestResponseOpener(SessionProvider sessionProvider, String clientId, String sessionName, String linkName, String endpointAddress, AmqpConnection eventDispatcher, ScheduledExecutorService executor)
WebSocketConnectionHandler(AmqpConnection amqpConnection, String connectionId, org.apache.qpid.proton.engine.SslDomain.VerifyMode verifyMode)
WebSocketProxyConnectionHandler(AmqpConnection amqpConnection, String connectionId, org.apache.qpid.proton.engine.SslDomain.VerifyMode verifyMode, ProxyConfiguration proxyConfiguration)
Creates a WebSocket proxy connection handler for theamqpConnection
andproxyConfiguration
.
-