Class ScriptVariableGeneratorConfiguration

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

@Configuration public class ScriptVariableGeneratorConfiguration extends Object
Configuration that provides a ScriptVariableGenerator to customize a script.
Author:
David Turanski, Eric Bottard, Mark Fisher
  • Constructor Details

    • ScriptVariableGeneratorConfiguration

      public ScriptVariableGeneratorConfiguration()
  • Method Details

    • scriptVariableGenerator

      @Bean(name="variableGenerator") public org.springframework.integration.scripting.ScriptVariableGenerator scriptVariableGenerator() throws IOException
      Throws:
      IOException