Skip to content

Instantly share code, notes, and snippets.

@Romeh
Created December 18, 2017 19:52
Show Gist options
  • Save Romeh/5cef769766926a948f5c1a07b2b24748 to your computer and use it in GitHub Desktop.
Save Romeh/5cef769766926a948f5c1a07b2b24748 to your computer and use it in GitHub Desktop.
/**
* the generic reduce response that contain all single collected jobs responses
*/
@Builder
@Getter
@ToString
@EqualsAndHashCode
public class MapReduceResponse implements Serializable {
private Map<String, ServiceResponse> reducedResponses;
boolean success;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment