All Downloads are FREE. Search and download functionalities are using the official Maven repository.

br.com.guiabolso.events.context.EventContext.kt Maven / Gradle / Ivy

There is a newer version: 8.0.4
Show newest version
package br.com.guiabolso.events.context

data class EventContext(
    val id: String? = null,
    val flowId: String? = null
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy