com.dtolabs.rundeck.core.execution.utils
Interface ResponderTask.ResultHandler
- Enclosing class:
- ResponderTask
public static interface ResponderTask.ResultHandler
Handles result of responder thread run
Method Summary |
void |
handleResult(boolean success,
java.lang.String reason)
Will be called at the end of the thread |
handleResult
void handleResult(boolean success,
java.lang.String reason)
- Will be called at the end of the thread
- Parameters:
success
- if the responder was successfulreason
- failure reason if the responder was not successful