Package io.quarkus.analytics.rest
Interface SegmentClient
- All Known Implementing Classes:
RestClient
public interface SegmentClient
Client to post the analytics data to the upstream collection tool.
-
Method Summary
Modifier and TypeMethodDescriptionpostIdentity(Identity identity) Posts the anonymous identity to the upstream collection tool.Posts the trace to the upstream collection tool.
-
Method Details
-
postIdentity
Posts the anonymous identity to the upstream collection tool. Usually this is done once per user's UUID- Parameters:
identity-
-
postTrack
Posts the trace to the upstream collection tool. This contains the actual data to be collected.- Parameters:
track-
-