Skip to content

Instantly share code, notes, and snippets.

@Malinskiy
Created March 6, 2019 16:23
Show Gist options
  • Save Malinskiy/aca0910c6655bf97512b66219f907196 to your computer and use it in GitHub Desktop.
Save Malinskiy/aca0910c6655bf97512b66219f907196 to your computer and use it in GitHub Desktop.
class IsolateBatchingStrategy : BatchingStrategy {
override fun process(queue: Queue<Test>, analytics: Analytics): TestBatch = TestBatch(listOf(queue.poll()))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment