snowplow / snowplow-java-tracker

Snowplow event tracker for Java. Add analytics to your Java desktop and server apps, servlets and games. (See also: snowplow-android-tracker)
http://snowplowanalytics.com
Apache License 2.0
23 stars 36 forks source link

Remove SimpleEmitter (close #341) #343

Closed mscwilson closed 2 years ago

mscwilson commented 2 years ago

For issue #341.

Removes SimpleEmitter, and combines AbstractEmitter and BatchEmitter into one class.

I kept the name BatchEmitter rather than changing it to Emitter for two reasons: the Emitter interface is already called Emitter; and to avoid a huge breaking change.