更新文档

This commit is contained in:
bryan.zhang
2018-02-28 23:24:49 +08:00
parent 5233e2604f
commit 7552193cd1

View File

@@ -145,7 +145,7 @@ spring中需要改的地方还是执行器的配置只需要在配置的路
# 五、架构设计
## 5.1组件式流程引擎架构设计
![architecture_image](https://github.com/thebeastshop/liteFlow/blob/master/docs/images/architecture.png)
![architecture_image](https://raw.githubusercontent.com/thebeastshop/liteFlow/master/docs/images/architecture.png)
Handler Unit我们想象成每一个业务都是一个业务组件每一个业务组件就是一个handlerUnit处理单元
EPU这里的epu对应的就是我们的执行器用来统筹并处理handlerUnit。相当于计算机的CPU
Event Bus事件总线用来指定下一个命令是什么该如何去执行处理单元。这里的时间总线由我们的配置构成