Interface Node.Invocation<C extends EngineExecutionContext>

    • Method Detail

      • invoke

        void invoke​(C context)
             throws Exception
        Invoke this invocation with the supplied context.
        Parameters:
        context - the context to invoke in
        Throws:
        Exception