Class KotlinScriptExecutor

java.lang.Object
org.springframework.integration.scripting.jsr223.AbstractScriptExecutor
org.springframework.integration.scripting.jsr223.KotlinScriptExecutor
All Implemented Interfaces:
ScriptExecutor

@Deprecated(since="6.2", forRemoval=true) public class KotlinScriptExecutor extends AbstractScriptExecutor
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.2 in favor of DefaultScriptExecutor with kotlin as an argument.
An AbstractScriptExecutor for the Kotlin scripts support.
Since:
5.2
Author:
Artem Bilan
  • Constructor Details

    • KotlinScriptExecutor

      public KotlinScriptExecutor()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • postProcess

      protected Object postProcess(Object result, ScriptEngine scriptEngine, String script, Bindings bindings)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from class: AbstractScriptExecutor
      Subclasses may implement this to provide any special handling required
      Specified by:
      postProcess in class AbstractScriptExecutor
      Parameters:
      result - the result.
      scriptEngine - the engine.
      script - the script.
      bindings - the bindings.
      Returns:
      modified result