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

io.youi.app.ConnectCommunication.scala Maven / Gradle / Ivy

package io.youi.app

sealed trait ConnectCommunication

object ConnectCommunication {
  case object AutoConnectSynchronous extends ConnectCommunication
  case object AutoConnectAsynchronous extends ConnectCommunication
  case object ManualConnect extends ConnectCommunication
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy