Class OutCommand<T>

  • All Implemented Interfaces:
    Serializable, org.kie.api.command.Command<T>, org.kie.api.command.ExecutableCommand<T>

    public class OutCommand<T>
    extends Object
    implements org.kie.api.command.ExecutableCommand<T>
    See Also:
    Serialized Form
    • Constructor Detail

      • OutCommand

        public OutCommand()
      • OutCommand

        public OutCommand​(String name)
    • Method Detail

      • execute

        public T execute​(org.kie.api.runtime.Context context)
        Specified by:
        execute in interface org.kie.api.command.ExecutableCommand<T>