getStream abstract method

Stream<T> getStream()

Subscribes to the resource and emits the value every time it updates.

Implementation

Stream<T> getStream();