|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
public interface ExternalTaskCancellationHandler
| Method Summary | |
|---|---|
void |
handleCancellation(Throwable cause)
Called when cancellation of the external task is requested. |
| Method Detail |
|---|
void handleCancellation(Throwable cause)
ExternalTaskCompletionHandle.complete() to report task successful
completion or cancellation. Use
ExternalTaskCompletionHandle.fail(Throwable) to report task
completion or cancellation failure.
cause - the reason for the cancellation. May be null.
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||