摘要:
Enable multiple concurrent consumers to process messages received on the same messaging channel. This pattern enables a system to process multiple mes 阅读全文
摘要:
Undo the work performed by a series of steps, which together define an eventually consistent operation, if one or more of the steps fail. Operations t 阅读全文
摘要:
原文地址:CQRS, Task Based UIs, Event Sourcing agh! Many people have been getting confused over what CQRS is. They look at CQRS as being an architecture; it is not. CQRS is a very simple pattern that enabl... 阅读全文
摘要:
Handle faults that may take a variable amount of time to rectify when connecting to a remote service or resource. This pattern can improve the stabili 阅读全文
摘要:
1、Cache-aside Pattern 缓存模式 Load data on demand into a cache from a data store. This pattern can improve performance and also helps to maintain consist 阅读全文
摘要:
Load data on demand into a cache from a data store. This pattern can improve performance and also helps to maintain consistency between data held in t 阅读全文