Interface Extension


  • public interface Extension
    Interface of an extension.
    • Method Detail

      • invoke

        void invoke​(ExtMap input,
                    ExtMap output)
        Invoke operation.
        Parameters:
        input - input parameters.
        output - output parameters.

        Interaction is done via the parameters. Exceptions are not allowed.

        Basic mappings available at Base.

        See Also:
        Base