public class ServiceStatusStream
extends SingleStream
Class containing communication streams for service status events.
public ServiceStatusStream(@NotNull kotlin.coroutines.CoroutineContext coroutineContext, @Nullable UnhandledError thrown)
Class containing communication streams for service status events.
coroutineContext
- the context that will be used for any coroutine calls within the receiver.thrown
- an optional error that if present will close the event Channel and complete the error Channel.