Netflix / netflix-commons

Common utilities for Netflix OSS projects
Apache License 2.0
162 stars 81 forks source link

Batch and Retry policy utility classes #2

Closed elandau closed 10 years ago

elandau commented 11 years ago

Retry policy provides a mechanism to wrap a Callable with retry logic.

Batch policy provides a mechanism to batch elements into a List of elements using custom batching logic.