The first pattern is the strategy pattern, demonstrated by the MessageHandler interface.
第一种模式是 strategy 模式,MessageHandler 接口采用的就是这种模式。
youdao
In a construct similar to filter chaining, it takes a list of MessageHandler objects in the constructor.
在类似于过滤器链的结构中,构造函数中包含一系列的Message Handler对象。
应用推荐
模块上移
模块下移
不移动