Design pattern for handling multiple message types

前端 未结 10 1045
甜味超标
甜味超标 2020-11-28 03:13

I\'ve got the GOF sitting on my desk here and I know there must be some kind of design pattern that solves the problem I\'m having, but man I can\'t figure it out.

F

10条回答
  •  南方客
    南方客 (楼主)
    2020-11-28 03:54

    You might want to take a look through Enterprise Integration Patterns by Gregor Hohpe and Bobby Woolf. It has a good catalog of patterns for message processing.

提交回复
热议问题