Uses of Class
com.microsoft.azure.eventhubs.impl.ReactorDispatcher
-
Packages that use ReactorDispatcher Package Description com.microsoft.azure.eventhubs.impl -
-
Uses of ReactorDispatcher in com.microsoft.azure.eventhubs.impl
Methods in com.microsoft.azure.eventhubs.impl that return ReactorDispatcher Modifier and Type Method Description ReactorDispatcherMessagingFactory. getReactorDispatcher()ReactorDispatcherReactorHandler. getReactorDispatcher()Methods in com.microsoft.azure.eventhubs.impl with parameters of type ReactorDispatcher Modifier and Type Method Description voidFaultTolerantObject. close(ReactorDispatcher dispatcher, OperationResult<Void,Exception> closeCallback)voidFaultTolerantObject. runOnOpenedObject(ReactorDispatcher dispatcher, OperationResult<T,Exception> openCallback)voidReactorHandler. unsafeSetReactorDispatcher(ReactorDispatcher reactorDispatcher)
-