| Package | Description |
|---|---|
| org.jboss.hal.dmr.dispatch |
| Modifier and Type | Method and Description |
|---|---|
void |
Dispatcher.execute(Composite operations,
Consumer<CompositeResult> success,
Dispatcher.OnFail fail) |
void |
Dispatcher.execute(Composite operations,
Consumer<CompositeResult> success,
Dispatcher.OnFail fail,
Dispatcher.OnError error) |
void |
Dispatcher.execute(Operation operation,
Consumer<ModelNode> success,
Dispatcher.OnFail fail) |
void |
Dispatcher.execute(Operation operation,
Consumer<ModelNode> success,
Dispatcher.OnFail fail,
Dispatcher.OnError error) |
void |
Dispatcher.executeDMR(Operation operation,
Consumer<ModelNode> success,
Dispatcher.OnFail fail,
Dispatcher.OnError error)
Executes the operation and upon sucessfull result calls the success function with the response results,
but doesn't retrieve the "result" payload as the other execute methods does.
|
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.