livestream-kt / dev.shreyaspatil.livestream / StreamObserver

StreamObserver

class StreamObserver<T : Any>

A data class which stores information of subscriber and stream. Reference is useful to unsubscribe from stream.

Properties

stream

The data stream to which subscriber is observing.

val stream: String