Uses of Interface
org.jboss.hal.dmr.dispatch.Dispatcher.ErrorCallback
-
Packages that use Dispatcher.ErrorCallback Package Description org.jboss.hal.dmr.dispatch -
-
Uses of Dispatcher.ErrorCallback in org.jboss.hal.dmr.dispatch
Methods in org.jboss.hal.dmr.dispatch that return Dispatcher.ErrorCallback Modifier and Type Method Description Dispatcher.ErrorCallbackDispatcher. getDefaultErrorCallback()Methods in org.jboss.hal.dmr.dispatch with parameters of type Dispatcher.ErrorCallback Modifier and Type Method Description voidDispatcher. dmr(Operation operation, Consumer<ModelNode> success, Dispatcher.ErrorCallback errorCallback)Executes the operation and upon successful result, calls the success function with the response results, but doesn't retrieve the "result" payload as the other execute methods does.voidDispatcher. execute(Composite operations, Consumer<CompositeResult> success, Dispatcher.ErrorCallback errorCallback)voidDispatcher. execute(Operation operation, Consumer<ModelNode> success, Dispatcher.ErrorCallback errorCallback)
-