StreamingClient

trait StreamingClient[F[_]]
class Object
trait Matchable
class Any

Value members

Abstract methods

def connect[O : Decoder](url: String, params: (String, String)*): F[O]

Concrete methods

final def listen[O](req: WatchRequest[O]): F[O]