readFrom

abstract fun readFrom(): SdkSource

Provides SdkSource to read from/consume.

Implementations that are replayable (isOneShot = false) MUST provide a fresh source reset to the original state on each invocation of readFrom. Consumers are allowed to close the stream and ask for a new one.