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 IAmqpConnectionConnectionHandler. messagingFactoryMethods in com.microsoft.azure.servicebus.amqp that return IAmqpConnection Modifier and Type Method Description protected IAmqpConnectionConnectionHandler. getMessagingFactory()Methods in com.microsoft.azure.servicebus.amqp with parameters of type IAmqpConnection Modifier and Type Method Description static ConnectionHandlerConnectionHandler. 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 classMessagingFactoryAbstracts all AMQP related details and encapsulates an AMQP connection and manages its life cycle.
-