Uses of Enum Class
io.quarkus.analytics.dto.segment.TrackEventType
Packages that use TrackEventType
-
Uses of TrackEventType in io.quarkus.analytics
Methods in io.quarkus.analytics with parameters of type TrackEventTypeModifier and TypeMethodDescriptionvoidAnalyticsService.sendAnalytics(TrackEventType trackEventType, io.quarkus.bootstrap.model.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 TrackEventTypeModifier and TypeMethodDescriptionTrack.getEvent()static TrackEventTypeReturns the enum constant of this class with the specified name.static TrackEventType[]TrackEventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.quarkus.analytics.dto.segment with parameters of type TrackEventTypeModifier and TypeMethodDescriptionTrack.TrackBuilder.event(TrackEventType event) voidTrack.setEvent(TrackEventType event) Constructors in io.quarkus.analytics.dto.segment with parameters of type TrackEventTypeModifierConstructorDescriptionTrack(String userId, TrackEventType event, TrackProperties properties, Map<String, Object> context, Instant timestamp)