Skip to content

Instantly share code, notes, and snippets.

@chbatey
Last active August 29, 2015 14:15
Show Gist options
  • Select an option

  • Save chbatey/f28df3175dc43028d13b to your computer and use it in GitHub Desktop.

Select an option

Save chbatey/f28df3175dc43028d13b to your computer and use it in GitHub Desktop.
public void storeEvents(ConsistencyLevel consistencyLevel, CustomerEvent... events) {
for (CustomerEvent event : events) {
storeEvent(consistencyLevel, event);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment