public interface ClientNotifyHandler<T extends JobRunResult>
| Modifier and Type | Method and Description |
|---|---|
void |
handleFailed(List<T> jobResults)
通知失败的处理
|
void |
handleSuccess(List<T> jobResults)
通知成功的处理
|
Copyright © 2016. All rights reserved.