HI, I just want to confirm that the property onRefresh() I can consider it as the initial snapshot of the instrument.
Stream stream = Factory.createStream( ItemStream.Params().session(session)
.name(instrument)
.onRefresh()
.onUpdate()
.onStatus() )
stream.open()
- onRefresh()
The callback/lambda expression used to capture the initial image containing all the specified fields for each item requested.
Thanks