Handling events in specific instance

Hi,

I have a central backend and then distributed clients which are themselves an aggregate.

The clients each have a GUID and need to react to some events, I was wondering if there was a way to make sure that a specific client receives the event.

Is there some best practice for this use case?

As additional information, the command itself could be processed from anywhere and it would work without too much issue.