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

com.lightstreamer.kotlin.socket.message.LightstreamerMessageResponse.kt Maven / Gradle / Ivy

The newest version!
package com.lightstreamer.kotlin.socket.message

public sealed class LightstreamerMessageResponse {

    public data class Done(val response: String) : LightstreamerMessageResponse()

    public data class Fail(val code: Int, val message: String) : LightstreamerMessageResponse()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy