Package com.netflix.eureka.util.batcher
-
Interface Summary Interface Description TaskDispatcher<ID,T> Task dispatcher takes task from clients, and delegates their execution to a configurable number of workers.TaskProcessor<T> An interface to be implemented by clients for task execution. -
Class Summary Class Description TaskDispatchers SeeTaskDispatcherfor an overview. -
Enum Summary Enum Description TaskProcessor.ProcessingResult A processed task/task list ends up in one of the following states:Successprocessing finished successfullyTransientErrorprocessing failed, but shall be retried laterPermanentErrorprocessing failed, and is non recoverable