Class RetryingExecutorService

java.lang.Object
org.ros.concurrent.RetryingExecutorService

public class RetryingExecutorService extends Object
Wraps an ScheduledExecutorService to execute Callables with retries.
Author:
damonkohler@google.com (Damon Kohler)