EventProducer

The EventProducer exposes an access to an EventSender responsible for sending events. Additionally, it keeps track of the transportation layer's status through the exposure of the outageState

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
@Inject
lateinit var eventSender: EventSender
Link copied to clipboard
val outageState: StateFlow<OutageState>