Uses of Class
io.quarkus.analytics.dto.config.Identity
-
Packages that use Identity Package Description io.quarkus.analytics.dto.config io.quarkus.analytics.rest -
-
Uses of Identity in io.quarkus.analytics.dto.config
Methods in io.quarkus.analytics.dto.config that return Identity Modifier and Type Method Description IdentityIdentity.IdentityBuilder. build() -
Uses of Identity in io.quarkus.analytics.rest
Methods in io.quarkus.analytics.rest with parameters of type Identity Modifier and Type Method Description CompletableFuture<HttpResponse<String>>RestClient. postIdentity(Identity identity)CompletableFuture<HttpResponse<String>>SegmentClient. postIdentity(Identity identity)Posts the anonymous identity to the upstream collection tool.
-