Concept Flow - Subscription filtering
Client subscribes with filter
Server receives subscription request
Server applies filter criteria
Events generated on server
Filter checks each event
Send event
Client receives filtered events
The client subscribes with a filter; the server applies it to events and sends only matching events to the client.