Unleash / unleash-client-java

Unleash client SDK for Java
https://docs.getunleash.io
Apache License 2.0
118 stars 69 forks source link

feat: Added impression data events #202

Closed chriswk closed 1 year ago

chriswk commented 1 year ago

Adds two new events "VariantImpressionEvent" and "IsEnabledImpressionEvent".

Extends UnleashSubscriber with a new impression() method which can be overridden to subscribe to events of super type ImpressionEvent.

The data included in the events match what is documented at

https://docs.getunleash.io/reference/impression-data

rishiraj88 commented 1 year ago

Great addition, @chriswk !