Class RestClient

java.lang.Object
io.quarkus.analytics.rest.RestClient
All Implemented Interfaces:
ConfigClient, SegmentClient

public class RestClient extends Object implements ConfigClient, SegmentClient
Client to post the analytics data to the upstream collection tool. We use plain REST API calls and not any wrapping library.