Interface ExecutableCommand<T>

  • All Superinterfaces:
    Command<T>, java.io.Serializable

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

      • execute

        T execute​(Context context)
      • autoFireAllRules

        default boolean autoFireAllRules()