Class AnalyticsService

java.lang.Object
io.quarkus.analytics.AnalyticsService
All Implemented Interfaces:
AutoCloseable

public class AnalyticsService extends Object implements AutoCloseable
  • Constructor Details

    • AnalyticsService

      public AnalyticsService(FileLocations fileLocations, io.quarkus.devtools.messagewriter.MessageWriter log)
  • Method Details

    • buildAnalyticsUserInput

      public void buildAnalyticsUserInput(Function<String,String> analyticsEnabledSupplier)
    • sendAnalytics

      public void sendAnalytics(TrackEventType trackEventType, io.quarkus.bootstrap.model.ApplicationModel applicationModel, Map<String,Object> buildInfo, File localBuildDir)
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable