Package io.quarkus.analytics
Class AnalyticsService
- java.lang.Object
-
- io.quarkus.analytics.AnalyticsService
-
- All Implemented Interfaces:
AutoCloseable
public class AnalyticsService extends Object implements AutoCloseable
-
-
Constructor Summary
Constructors Constructor Description AnalyticsService(FileLocations fileLocations, MessageWriter log)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbuildAnalyticsUserInput(Function<String,String> analyticsEnabledSupplier)voidclose()voidsendAnalytics(TrackEventType trackEventType, ApplicationModel applicationModel, Map<String,Object> buildInfo, File localBuildDir)
-
-
-
Constructor Detail
-
AnalyticsService
public AnalyticsService(FileLocations fileLocations, MessageWriter log)
-
-
Method Detail
-
buildAnalyticsUserInput
public void buildAnalyticsUserInput(Function<String,String> analyticsEnabledSupplier)
-
sendAnalytics
public void sendAnalytics(TrackEventType trackEventType, ApplicationModel applicationModel, Map<String,Object> buildInfo, File localBuildDir)
-
close
public void close()
- Specified by:
closein interfaceAutoCloseable
-
-