Uses of Interface
com.microsoft.azure.servicebus.amqp.IAmqpConnection
-
Packages that use IAmqpConnection Package Description com.microsoft.azure.servicebus.amqp com.microsoft.azure.servicebus.primitives -
-
Uses of IAmqpConnection in com.microsoft.azure.servicebus.amqp
Fields in com.microsoft.azure.servicebus.amqp declared as IAmqpConnection Modifier and Type Field Description protected IAmqpConnection
ConnectionHandler. messagingFactory
Methods in com.microsoft.azure.servicebus.amqp that return IAmqpConnection Modifier and Type Method Description protected IAmqpConnection
ConnectionHandler. getMessagingFactory()
Methods in com.microsoft.azure.servicebus.amqp with parameters of type IAmqpConnection Modifier and Type Method Description static ConnectionHandler
ConnectionHandler. create(TransportType transportType, IAmqpConnection messagingFactory)
Constructors in com.microsoft.azure.servicebus.amqp with parameters of type IAmqpConnection Constructor Description ConnectionHandler(IAmqpConnection messagingFactory)
ProxyConnectionHandler(IAmqpConnection messagingFactory)
WebSocketConnectionHandler(IAmqpConnection messagingFactory)
-
Uses of IAmqpConnection in com.microsoft.azure.servicebus.primitives
Classes in com.microsoft.azure.servicebus.primitives that implement IAmqpConnection Modifier and Type Class Description class
MessagingFactory
Abstracts all AMQP related details and encapsulates an AMQP connection and manages its life cycle.
-