A Reference to an existing client emitter.
This is basically a query to get the service bus Sender instance for the client registered at the
queue / topic name.
Note that if you're using unique client name you can also provide the specific client id to target.
Type (topic/queue) is irrelevant because in any case two identical entities can not share the same name
event if they are of different type.
Represents an object that can be used (directly or indirectly) to emit messages to service bus.
This can be either a directly emitting object or a reference that is used to resolve a directly emitting object.
A Reference to an existing client emitter. This is basically a query to get the service bus
Sender
instance for the client registered at the queue / topic name.Note that if you're using unique client name you can also provide the specific client id to target.
Type (topic/queue) is irrelevant because in any case two identical entities can not share the same name event if they are of different type.