Module: FastMcpPubsub::Delivery
- Included in:
- Service
- Defined in:
- lib/fast_mcp_pubsub/delivery.rb
Overview
What a worker does with a message that arrives on the channel.
Every worker receives every NOTIFY, so this is where a message is matched to the clients it is actually for: an addressed one reaches the single client that asked, and only on the worker holding it, while an unaddressed one — a genuine notification — still fans out. See AddressingPatch for how the target gets onto the envelope in the first place.