Class CommandExecutorImpl

  • All Implemented Interfaces:
    org.kie.api.runtime.CommandExecutor

    public class CommandExecutorImpl
    extends Object
    implements org.kie.api.runtime.CommandExecutor
    • Constructor Detail

      • CommandExecutorImpl

        public CommandExecutorImpl()
      • CommandExecutorImpl

        public CommandExecutorImpl​(boolean restFlag)
    • Method Detail

      • execute

        @POST
        @Path("/execute")
        @Consumes("text/plain")
        @Produces("text/plain")
        public <T> T execute​(org.kie.api.command.Command<T> command)
        Specified by:
        execute in interface org.kie.api.runtime.CommandExecutor