commonMain.inkapplications.shade.events.EventsModule.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of events-js Show documentation
Show all versions of events-js Show documentation
Multiplatform Kotlin SDK for Hue lighting controls (unofficial)
package inkapplications.shade.events
import inkapplications.shade.internals.InternalsModule
import kimchi.logger.KimchiLogger
class EventsModule(
internal val internalsModule: InternalsModule,
private val logger: KimchiLogger,
) {
internal val eventDeserializer = CompositeEventDeserializer(internalsModule.json, logger)
/**
* Provides access to the container that configures SSE serialization
* for the event stream.
*/
val eventSerializerContainer: EventSerializerContainer = eventDeserializer
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy