Class PrintOutCommand

  • All Implemented Interfaces:
    org.kie.api.executor.Command
    Direct Known Subclasses:
    DelayedPrintOutCommand

    public class PrintOutCommand
    extends Object
    implements org.kie.api.executor.Command
    Simple command to log the contextual data and return empty results. Just for demo purpose.
    • Constructor Detail

      • PrintOutCommand

        public PrintOutCommand()
    • Method Detail

      • execute

        public org.kie.api.executor.ExecutionResults execute​(org.kie.api.executor.CommandContext ctx)
        Specified by:
        execute in interface org.kie.api.executor.Command