In the API documentation it says
Arguments
- observer (Observer): The observer used to send messages to the subject.
- observable (Observable): The observable used to subscribe to messages sent from the subject.
But isn't the concept backwards in that the observer is supposed to be receiving/handling messages emitted from the subject, and the observable is what the subject would be subscribed to? The API doc and the getting started with subjects doc don't seem consistent.