Skip to content

Instantly share code, notes, and snippets.

@leogrim
Last active June 29, 2016 22:49
Show Gist options
  • Save leogrim/12022518e1e98fe388bd79f1c37804f7 to your computer and use it in GitHub Desktop.
Save leogrim/12022518e1e98fe388bd79f1c37804f7 to your computer and use it in GitHub Desktop.
protected def nextBatch: Future[Seq[T]]
protected def processBatch(batch: Seq[T]): Future[Unit]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment