com.twitter.util.events.Event
Represents a type of event that can be recorded.
A recommended usage pattern is to create a singleton in the companion object and use that for all events of that type.
A deserializer for Events.
An identifier for this Type construction.
An identifier for this Type construction. These should be unique across types for any given sink, though no efforts are made to ensure this.
A serializer for events of this type.
Represents a type of event that can be recorded.
A recommended usage pattern is to create a singleton in the companion object and use that for all events of that type.