Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.36 KB

File metadata and controls

25 lines (18 loc) · 1.36 KB
description
PHP Message Bus, CQRS, Command Event Query Handlers

Message Bus and CQRS

In this chapter we will cover process of handling and dispatching Messages with Ecotone.
We will discuss topics like Commands, Events and Queries, Message Handlers, Message Buses, Aggregates and Sagas.
You may be interested in theory - DDD and CQRS chapter first.

Materials

Demo implementation

Links