Client

trait Client
Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def close(): Unit
def emit[A : Packer](tag: String, record: A, time: Instant): Either[Exception, Unit]
def isClosed: Boolean
def size: Int

Concrete methods

final def emit[A : Packer](tag: String, record: A): Either[Exception, Unit]