[4.14.0] - 2020-05-13
Added:
EventSender
interface andEventsConfigurationBuilder.eventSender()
allow you to specify a custom implementation of how event data is sent. This is mainly to facilitate testing, but could also be used to store and forward event data.
Fixed:
- Changed the Javadoc comments for the
LDClient
constructors to provide a better explanation of the client's initialization behavior.