Uses of Class
com.microsoft.azure.eventhubs.impl.DispatchHandler
-
Packages that use DispatchHandler Package Description com.microsoft.azure.eventhubs.impl -
-
Uses of DispatchHandler in com.microsoft.azure.eventhubs.impl
Methods in com.microsoft.azure.eventhubs.impl with parameters of type DispatchHandler Modifier and Type Method Description voidReactorDispatcher. invoke(int delay, DispatchHandler timerCallback)voidReactorDispatcher. invoke(DispatchHandler timerCallback)voidMessagingFactory. scheduleOnReactorThread(int delay, DispatchHandler handler)voidMessagingFactory. scheduleOnReactorThread(DispatchHandler handler)
-