Client

fluflu.Client
See theClient companion object
trait Client

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

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]