Hi,
I get how Observables work, but I don't get how event names are mapped between emitters and subscribers.
For example, can you create an Observable that emits an event named 'bananas', and then have a subscriber subscribe to an event with that name? Or are there only certain, fixed event names you can use?
Thanks