
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