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 ReactorDispatcher
MessagingFactory. getReactorDispatcher()
ReactorDispatcher
ReactorHandler. getReactorDispatcher()
Methods in com.microsoft.azure.eventhubs.impl with parameters of type ReactorDispatcher Modifier and Type Method Description void
FaultTolerantObject. close(ReactorDispatcher dispatcher, OperationResult<Void,Exception> closeCallback)
void
FaultTolerantObject. runOnOpenedObject(ReactorDispatcher dispatcher, OperationResult<T,Exception> openCallback)
void
ReactorHandler. unsafeSetReactorDispatcher(ReactorDispatcher reactorDispatcher)
-