Uses of Interface
com.microsoft.azure.eventhubs.impl.OperationResult
-
Packages that use OperationResult Package Description com.microsoft.azure.eventhubs.impl -
-
Uses of OperationResult in com.microsoft.azure.eventhubs.impl
Methods in com.microsoft.azure.eventhubs.impl with parameters of type OperationResult Modifier and Type Method Description voidFaultTolerantObject. close(ReactorDispatcher dispatcher, OperationResult<Void,Exception> closeCallback)voidRequestResponseChannel. close(OperationResult<Void,Exception> onGraceFullClose)voidRequestResponseChannel. open(OperationResult<Void,Exception> onOpen, OperationResult<Void,Exception> onClose)voidRequestResponseChannel. request(org.apache.qpid.proton.message.Message message, OperationResult<org.apache.qpid.proton.message.Message,Exception> onResponse)voidOperation. run(OperationResult<T,Exception> operationCallback)voidRequestResponseCloser. run(OperationResult<Void,Exception> closeOperationCallback)voidRequestResponseOpener. run(OperationResult<RequestResponseChannel,Exception> operationCallback)voidFaultTolerantObject. runOnOpenedObject(ReactorDispatcher dispatcher, OperationResult<T,Exception> openCallback)
-