public abstract class TaskCall<V> extends Object implements Callable<V>, Serializable
Constructor and Description |
---|
TaskCall() |
Modifier and Type | Method and Description |
---|---|
V |
call() |
abstract V |
doWork(ClusteredTaskManager tm) |
String |
getTaskType() |
int |
getTenantId() |
void |
setTaskType(String taskType) |
void |
setTenantId(int tenantId) |
Copyright © 2019 WSO2. All rights reserved.