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 void
ReactorDispatcher. invoke(int delay, DispatchHandler timerCallback)
void
ReactorDispatcher. invoke(DispatchHandler timerCallback)
void
MessagingFactory. scheduleOnReactorThread(int delay, DispatchHandler handler)
void
MessagingFactory. scheduleOnReactorThread(DispatchHandler handler)
-