Class ScriptMediatorConstants


  • public class ScriptMediatorConstants
    extends Object
    • Field Detail

      • MC_VAR_NAME

        public static final String MC_VAR_NAME
        The name of the variable made available to the scripting language to access the message
        See Also:
        Constant Field Values
      • NASHORN_JAVA_SCRIPT

        public static final String NASHORN_JAVA_SCRIPT
        Name of the java script language with usage of nashorn engine.
        See Also:
        Constant Field Values
      • RHINO_JAVA_SCRIPT

        public static final String RHINO_JAVA_SCRIPT
        Name of the java script language with usage of rhino engine.
        See Also:
        Constant Field Values
      • GRAAL_JAVA_SCRIPT

        public static final String GRAAL_JAVA_SCRIPT
        Name of the java script language with usage of rhino engine.
        See Also:
        Constant Field Values
      • ORACLE_NASHORN_NAME

        public static final String ORACLE_NASHORN_NAME
        Factory Name for Oracle Nashorn Engine. Built-in Nashorn engine in JDK 8 to JDK 11
        See Also:
        Constant Field Values
      • POOL_SIZE_PROPERTY

        public static String POOL_SIZE_PROPERTY
        Pool size property name
      • DEFAULT_SCRIPT_ENGINE

        public static String DEFAULT_SCRIPT_ENGINE
        Default Script Engine
    • Constructor Detail

      • ScriptMediatorConstants

        public ScriptMediatorConstants()