Observable (original) (raw)


@Deprecated
public interface Observable
A Observable represents a MongoDB operation.
As such it is a provider of a potentially unbounded number of sequenced elements, publishing them according to the demand received from its Observer(s).
See Also:
Observables