Interface ExecutableCommand<T>

All Superinterfaces:
Command<T>, Serializable

public interface ExecutableCommand<T> extends Command<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
     
    execute(Context context)
     
  • Method Details

    • execute

      T execute(Context context)
    • autoFireAllRules

      default boolean autoFireAllRules()