ChannelEntity

@MappedEntity
data class ChannelEntity(@Id val id: String, val sessionId: String)

Entity for channels

Constructors

Link copied to clipboard
constructor(@Id id: String, sessionId: String)

Properties

Link copied to clipboard
val id: String
Link copied to clipboard

Functions

Link copied to clipboard