Uses of Interface
com.microsoft.azure.eventhubs.impl.SessionProvider
-
Packages that use SessionProvider Package Description com.microsoft.azure.eventhubs.impl -
-
Uses of SessionProvider in com.microsoft.azure.eventhubs.impl
Classes in com.microsoft.azure.eventhubs.impl that implement SessionProvider Modifier and Type Class Description class
MessagingFactory
Abstracts all amqp related details and exposes AmqpConnection object Manages connection life-cycleConstructors in com.microsoft.azure.eventhubs.impl with parameters of type SessionProvider Constructor Description RequestResponseOpener(SessionProvider sessionProvider, String clientId, String sessionName, String linkName, String endpointAddress, AmqpConnection eventDispatcher, ScheduledExecutorService executor)
-