com.github.ltsopensource.jobtracker.support
Interface ClientNotifyHandler<T extends com.github.ltsopensource.core.domain.JobRunResult>


public interface ClientNotifyHandler<T extends com.github.ltsopensource.core.domain.JobRunResult>

Author:
Robert HG (254963746@qq.com) on 3/3/15.

Method Summary
 void handleFailed(List<T> jobResults)
          通知失败的处理
 void handleSuccess(List<T> jobResults)
          通知成功的处理
 

Method Detail

handleSuccess

void handleSuccess(List<T> jobResults)
通知成功的处理


handleFailed

void handleFailed(List<T> jobResults)
通知失败的处理



Copyright © 2017. All rights reserved.