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