EntryWriter

trait EntryWriter[Medium]

Encapsulates logic required to write a single Context entry to the medium. Implementations of this trait must be aware of the entry they are able to write.

class Object
trait Matchable
class Any
class B3
class B3Single
class Colfer
class DataDog
class Uber

Value members

Abstract methods

def write(context: Context, medium: Medium): Unit

Tries to write an entry from the provided Context into the medium.

Tries to write an entry from the provided Context into the medium.