| Constructor and Description |
|---|
SupervisorWorker(IWorker<W,R> pImpl,
ExecutorService pExecutorService,
long pTimeout,
TimeUnit pTimeoutUnit) |
SupervisorWorker(IWorker<W,R> pImpl,
long pTimeout,
TimeUnit pTimeoutUnit) |
public SupervisorWorker(IWorker<W,R> pImpl, ExecutorService pExecutorService, long pTimeout, TimeUnit pTimeoutUnit)
lpezet