What is Notification

The Notification class is emitted by Observable stream.Notification are pushed through Observable to all its observers.
The types of notifications are Next(),Error() and complete().