public static class
BatchRequestService.ExecutorFactoryImpl
extends Object
implements BatchRequestService.ExecutorFactory
implements BatchRequestService.ExecutorFactory
BatchRequestService.ExecutorFactory
implementation to get ExecutorService
and ScheduledExecutorService
instances used by BatchRequestService
.
Public Constructor Summary
Public Method Summary
ExecutorService |
getExecutor()
Gets an instance of
ExecutorService |
ScheduledExecutorService |
getScheduledExecutor()
Gets an instance of
ScheduledExecutorService . |
Inherited Method Summary
Public Constructors
public BatchRequestService.ExecutorFactoryImpl ()
Public Methods
public ScheduledExecutorService getScheduledExecutor ()
Gets an instance of ScheduledExecutorService
.