Client

final
class Client(val bufferSize: Int, val timeout: Long, host: Option[String], port: Option[Int], prefix: Option[String])(queue: Queue[Metric])
Companion
object
class Object
trait Matchable
class Any

Value members

Concrete methods

def sendM(sync: Boolean): Metric => UIO[Unit]

Concrete fields

val bufferSize: Int
val send: Metric => UIO[Unit]
val sendAsync: Metric => UIO[Unit]
val timeout: Long