stream property
Stream<VantageEvent>
get
stream
A broadcast stream of events as they arrive. Live only — subscribers do not receive the existing buffer; read that separately.
Implementation
Stream<VantageEvent> get stream;