Class FunctionCommand
- java.lang.Object
-
- org.jbpm.shared.services.impl.commands.FunctionCommand
-
- All Implemented Interfaces:
Serializable
,org.kie.api.command.Command<Object>
,org.kie.api.command.ExecutableCommand<Object>
public class FunctionCommand extends Object implements org.kie.api.command.ExecutableCommand<Object>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FunctionCommand(org.kie.api.command.ExecutableCommand<?> command, Consumer<Object> function)
-