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