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

com.lightstreamer.kotlin.socket.LightstreamerSocket.kt Maven / Gradle / Ivy

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

import com.lightstreamer.kotlin.socket.message.*
import kotlinx.coroutines.channels.ReceiveChannel

public interface LightstreamerSocket : ReceiveChannel {

    public fun disconnect()

    public suspend fun join()

    public suspend fun send(message: LightstreamerClientMessage)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy