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