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
24 stars 36 forks source link

Update simple-console example (close #295) #299

Closed mscwilson closed 2 years ago

mscwilson commented 2 years ago

For issue #295.

The simple-console demo app now demonstrates two more aspects of the Java tracker: the Structured event type, and the Subject class.

Building the simple-console is now tested as part of the GH Build workflow. Also, it has been updated to correctly handle the new Tracker threadpool, by calling tracker.close() rather than emitter.close() at the end.