StreamingClient

dev.hnaderi.k8s.client.StreamingClient
trait StreamingClient[F[_]]

Attributes

Source
Request.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

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

Attributes

Source
Request.scala

Concrete methods

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

Attributes

Source
Request.scala