public class RequestToBatchSenderAsstManager extends Object
| Constructor and Description |
|---|
RequestToBatchSenderAsstManager()
used for pojo test only.
|
RequestToBatchSenderAsstManager(String directorJobId,
long asstManagerRetryIntervalMillis,
List<akka.actor.ActorRef> workers,
akka.actor.ActorRef sender,
int maxConcurrency)
Instantiates a new request to batch sender asst manager.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getAsstManagerRetryIntervalMillis()
Gets the asst manager retry interval millis.
|
int |
getMaxConcurrency()
Gets the max concurrency.
|
akka.actor.ActorRef |
getSender()
Gets the sender.
|
String |
getTaskId()
Gets the task id.
|
List<akka.actor.ActorRef> |
getWorkers()
Gets the workers.
|
public RequestToBatchSenderAsstManager()
public RequestToBatchSenderAsstManager(String directorJobId, long asstManagerRetryIntervalMillis, List<akka.actor.ActorRef> workers, akka.actor.ActorRef sender, int maxConcurrency)
directorJobId - the director job idasstManagerRetryIntervalMillis - the asst manager retry interval millisworkers - the workerssender - the sendermaxConcurrency - the max concurrencypublic int getMaxConcurrency()
public String getTaskId()
public List<akka.actor.ActorRef> getWorkers()
public akka.actor.ActorRef getSender()
public long getAsstManagerRetryIntervalMillis()
Copyright © 2015–2016 eBay. All rights reserved.