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

com.mle.play.ws.SocketClient.scala Maven / Gradle / Ivy

The newest version!
package com.mle.play.ws

import play.api.libs.iteratee.Concurrent

/**
 * @author Michael
 */
trait SocketClient[T] {
  def channel: Concurrent.Channel[T]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy