Interface NotTransactionalCommand<T>

  • All Superinterfaces:
    org.kie.api.command.Command<T>, org.kie.api.command.ExecutableCommand<T>, java.io.Serializable
    All Known Implementing Classes:
    DestroySessionCommand, DisposeCommand, GetEnvironmentCommand

    public interface NotTransactionalCommand<T>
    extends org.kie.api.command.ExecutableCommand<T>
    • Method Summary

      • Methods inherited from interface org.kie.api.command.ExecutableCommand

        autoFireAllRules, execute