public interface TaskSuccessListener extends TaskListener
| Modifier and Type | Method and Description |
|---|---|
<T> void |
onSucceeded(String taskId,
T result)
Invoked when task was succeeded
|
<T> void onSucceeded(String taskId, T result)
taskId - - id of taskresult - - result of taskCopyright © 2014–2021 Redisson. All rights reserved.