Class BatchTableResponse
java.lang.Object
com.illumon.iris.web.shared.batch.BatchTableResponse
- All Implemented Interfaces:
Serializable
A response object for batch requests;
only contains failure messages, since successful results
will be pushed directly the client as they come in
(rather than waiting until entire batch is complete).
Seems like we could do
Callback<Void, BatchFailures> instead...- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSuccess(TableHandle newId) getFailure(TableHandle handle) String[]booleanhasFailures(TableHandle handle) booleanhasFailures(JsFunction<TableHandle, Boolean> table) voidsetFailedTableHandles(TableHandle[] failedTableHandles) voidsetFailureMessages(String[] failureMessages) voidsetSuccess(TableHandle[] success) toString()