Interface InternalLocalRunner

    • Method Detail

      • execute

        default org.kie.api.runtime.RequestContext execute​(org.kie.api.runtime.Executable executable)
        Specified by:
        execute in interface org.kie.api.runtime.ExecutableRunner<org.kie.api.runtime.RequestContext>
      • execute

        default <T> T execute​(org.kie.api.command.Command<T> command)
        Specified by:
        execute in interface org.kie.api.runtime.CommandExecutor
      • execute

        default <T> T execute​(org.kie.api.command.Command<T> command,
                              org.kie.api.runtime.Context ctx)
        Specified by:
        execute in interface org.kie.api.runtime.ExecutableRunner<org.kie.api.runtime.RequestContext>