In Event-driven architecture,event is very important,just like the communication midware.
Event Generator : put event into FIFO.
Event Dispatcher: get event from FIFO and dispatch it to specified object.
Event Handler: handle event.
在事件驱动架构中,事件扮演着与通信中间件同等重要的角色。本文详细介绍了事件生成、事件分发和事件处理的过程。
In Event-driven architecture,event is very important,just like the communication midware.
Event Generator : put event into FIFO.
Event Dispatcher: get event from FIFO and dispatch it to specified object.
Event Handler: handle event.
4119

被折叠的 条评论
为什么被折叠?