public class DelegatingDistributedTaskLifecycle extends Object implements DistributedTaskLifecycle
| Constructor and Description |
|---|
DelegatingDistributedTaskLifecycle() |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
onPostExecute(Callable<T> task) |
<T,K,V> void |
onPreExecute(Callable<T> task,
Cache<K,V> inputDataCache) |
public <T,K,V> void onPreExecute(Callable<T> task, Cache<K,V> inputDataCache)
onPreExecute in interface DistributedTaskLifecyclepublic <T> void onPostExecute(Callable<T> task)
onPostExecute in interface DistributedTaskLifecycleCopyright © 2025 JBoss, a division of Red Hat. All rights reserved.