Package org.kie.api.command
Interface ExecutableCommand<T>
-
- All Superinterfaces:
Command<T>
,Serializable
public interface ExecutableCommand<T> extends Command<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
execute(Context context)
-