public class DispatchResult extends Object
| Constructor and Description |
|---|
DispatchResult(Object result,
DispatchReqKind kind,
Map<String,Object> config) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getConfig() |
DispatchReqKind |
getKind() |
Object |
getResult() |
String |
toString() |
public DispatchResult(Object result, DispatchReqKind kind, Map<String,Object> config)
Copyright © 2014–2015 Nikolche Mihajlovski and contributors. All rights reserved.