Package org.jbpm.executor.commands
Class DelayedPrintOutCommand
- java.lang.Object
-
- org.jbpm.executor.commands.PrintOutCommand
-
- org.jbpm.executor.commands.DelayedPrintOutCommand
-
- All Implemented Interfaces:
org.kie.api.executor.Command
public class DelayedPrintOutCommand extends PrintOutCommand
Simple command to log the contextual data after given (10 sec by default) delay and return empty results. Just for demo purpose.
-
-
Constructor Summary
Constructors Constructor Description DelayedPrintOutCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.kie.api.executor.ExecutionResults
execute(org.kie.api.executor.CommandContext ctx)
-
-
-
Method Detail
-
execute
public org.kie.api.executor.ExecutionResults execute(org.kie.api.executor.CommandContext ctx)
- Specified by:
execute
in interfaceorg.kie.api.executor.Command
- Overrides:
execute
in classPrintOutCommand
-
-