Class DynamicMapWithMessageAndContext

    • Constructor Detail

      • DynamicMapWithMessageAndContext

        public DynamicMapWithMessageAndContext()
    • Method Detail

      • apply

        public String apply​(de.codecentric.reedelk.runtime.api.script.dynamicmap.DynamicMap<?> map)
        This method builds the following script: The values are evaluated after the execution of the script. function fun_21_1ba-bf848432adf-abc(message, context) { return [ key1: value1, key2: value2 ] }
        Specified by:
        apply in interface Function<de.codecentric.reedelk.runtime.api.script.dynamicmap.DynamicMap<?>,​String>
      • getTemplate

        protected String getTemplate()