Class BuiltinFunctionRegistry


  • public class BuiltinFunctionRegistry
    extends Object
    Registry of built-in functions. Add built-in functions to this list to make sure they are registered at startup.

    Custom add-ons that are not built-in to the core ActiveMQ should not be listed here. Use FunctionCallExpression.registerFunction() directly.

    • Constructor Detail

      • BuiltinFunctionRegistry

        public BuiltinFunctionRegistry()
    • Method Detail

      • register

        public static void register()