Uses of Class
io.quarkus.analytics.dto.segment.TrackEventType
-
Packages that use TrackEventType Package Description io.quarkus.analytics io.quarkus.analytics.dto.segment -
-
Uses of TrackEventType in io.quarkus.analytics
Methods in io.quarkus.analytics with parameters of type TrackEventType Modifier and Type Method Description voidAnalyticsService. sendAnalytics(TrackEventType trackEventType, ApplicationModel applicationModel, Map<String,Object> buildInfo, File localBuildDir) -
Uses of TrackEventType in io.quarkus.analytics.dto.segment
Methods in io.quarkus.analytics.dto.segment that return TrackEventType Modifier and Type Method Description TrackEventTypeTrack. getEvent()static TrackEventTypeTrackEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static TrackEventType[]TrackEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.quarkus.analytics.dto.segment with parameters of type TrackEventType Modifier and Type Method Description Track.TrackBuilderTrack.TrackBuilder. event(TrackEventType event)voidTrack. setEvent(TrackEventType event)Constructors in io.quarkus.analytics.dto.segment with parameters of type TrackEventType Constructor Description Track(String userId, TrackEventType event, TrackProperties properties, Map<String,Object> context, Instant timestamp)
-