Class RefreshableResourceScriptSource

java.lang.Object
org.springframework.integration.scripting.RefreshableResourceScriptSource
All Implemented Interfaces:
ScriptSource

public class RefreshableResourceScriptSource extends Object implements ScriptSource
A ScriptSource implementation, which caches a script string and refreshes it from the target file (if modified) according the provided refreshDelay.
Since:
2.0
Author:
Dave Syer, Oleg Zhurakousky, Artem Bilan