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 void
FaultTolerantObject. close(ReactorDispatcher dispatcher, OperationResult<Void,Exception> closeCallback)
void
RequestResponseChannel. close(OperationResult<Void,Exception> onGraceFullClose)
void
RequestResponseChannel. open(OperationResult<Void,Exception> onOpen, OperationResult<Void,Exception> onClose)
void
RequestResponseChannel. request(org.apache.qpid.proton.message.Message message, OperationResult<org.apache.qpid.proton.message.Message,Exception> onResponse)
void
Operation. run(OperationResult<T,Exception> operationCallback)
void
RequestResponseCloser. run(OperationResult<Void,Exception> closeOperationCallback)
void
RequestResponseOpener. run(OperationResult<RequestResponseChannel,Exception> operationCallback)
void
FaultTolerantObject. runOnOpenedObject(ReactorDispatcher dispatcher, OperationResult<T,Exception> openCallback)
-