Skip to content

Commit

Permalink
Update import in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Vasco committed Oct 17, 2024
1 parent 14f9d2e commit 1bf1568
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ To start a session with a Lightstreamer Server, you need to configure a [Lightst
Here's a minimal example demonstrating how to create a `LightstreamerClient` and connect to a Lightstreamer Server at *https://push.lightstreamer.com*:

```kotlin
import com.lightstreamer.client.LightstreamerClient
import com.lightstreamer.client.LightstreamerSession
import com.lightstreamer.client.LightstreamerSubscription
import com.lightstreamer.client.socket.LightstreamerServerAddress
import com.lightstreamer.client.socket.SubscriptionMode
import com.lightstreamer.client.socket.message.LightstreamerSubscriptionMessage
import com.lightstreamer.kotlin.client.LightstreamerClient
import com.lightstreamer.kotlin.client.LightstreamerSession
import com.lightstreamer.kotlin.client.LightstreamerSubscription
import com.lightstreamer.kotlin.socket.LightstreamerServerAddress
import com.lightstreamer.kotlin.socket.SubscriptionMode
import com.lightstreamer.kotlin.socket.message.LightstreamerSubscriptionMessage
import kotlinx.coroutines.runBlocking

fun main() {
Expand Down

0 comments on commit 1bf1568

Please sign in to comment.