INT-3495 Add FileTailInChAFBean#setErrorChannel

JIRA: https://jira.spring.io/browse/INT-3495

**Cherry-pick to 4.0.x & 3.0.x**

INT-3495 Add `error-channel` to `<tail-i-c-a>`

JIRA: https://jira.spring.io/browse/INT-3495

* Fix `AbstractEndpoint` JavaDoc
This commit is contained in:
Artem Bilan
2014-08-13 14:55:08 +03:00
committed by Gary Russell
parent edbbcef5b3
commit d69c8cb718
6 changed files with 46 additions and 20 deletions

View File

@@ -124,9 +124,8 @@ public abstract class AbstractEndpoint extends IntegrationObjectSupport implemen
}
/**
* Subclasses may override this method to invoke the callback before
* or after the start behavior.
* @param callback the Runnable to invoke
* Stop the component and invoke callback.
* @param callback the Runnable to invoke.
*/
protected void doStop(Runnable callback) {
doStop();