Interface ReportingService<I extends ReportingService.Info>

All Known Subinterfaces:
HttpServerTransport
All Known Implementing Classes:
AbstractHttpServerTransport, AggregationUsageService, IngestService, JvmService, OsService, PluginsService, ProcessService, ThreadPool, TransportService

public interface ReportingService<I extends ReportingService.Info>
  • Nested Class Summary

    Nested Classes
    Modifier and Type Interface Description
    static interface  ReportingService.Info  
  • Method Summary

    Modifier and Type Method Description
    I info()  
  • Method Details

    • info

      I info()