This is an entire monolithic deployment. Notice that the entire system is the auto insurance system. Each of the bounded contexts within is actually a separate module within this full system deployment auto insurance system. So as I showed you before, each of these would be in that sort of folder module. I'm not showing the folder module in this case, but I'm showing this as a ports and adapters architecture, each of these, and users accessing each of these, and there's a use of a message bus to communicate between the bounded context, however they need to communicate. And notice that the message bus is helping to loosen the coupling between these, so there aren't absolute direct connections between each of these contexts. And there are different styles that I'll show you in a moment for how to handle the integration between these using a message bus.