Uses of Class
com.microsoft.azure.eventhubs.impl.MessagingFactory
-
Packages that use MessagingFactory Package Description com.microsoft.azure.eventhubs.impl -
-
Uses of MessagingFactory in com.microsoft.azure.eventhubs.impl
Methods in com.microsoft.azure.eventhubs.impl with parameters of type MessagingFactory Modifier and Type Method Description static CompletableFuture<MessageReceiver>MessageReceiver. create(MessagingFactory factory, String name, String recvPath, int prefetchCount, ReceiverSettingsProvider settingsProvider)static CompletableFuture<MessageSender>MessageSender. create(MessagingFactory factory, String sendLinkName, String senderPath)
-