Class ScriptProcessorProperties

java.lang.Object
org.springframework.cloud.stream.app.processor.script.ScriptProcessorProperties

@ConfigurationProperties("script-processor") @Validated public class ScriptProcessorProperties extends Object
Configuration properties for the Scriptable Transform Processor module.
Author:
Andy Clement
  • Constructor Details

    • ScriptProcessorProperties

      public ScriptProcessorProperties()
  • Method Details

    • getLanguage

      public String getLanguage()
    • setLanguage

      public void setLanguage(String language)
    • getScript

      public String getScript()
    • setScript

      public void setScript(String script)
    • getVariables

      public Properties getVariables()
    • setVariables

      public void setVariables(Properties variables)
    • getVariablesLocation

      public org.springframework.core.io.Resource getVariablesLocation()
    • setVariablesLocation

      public void setVariablesLocation(org.springframework.core.io.Resource variablesLocation)