Class HttpServiceStatsProviderBootstrap

  • All Implemented Interfaces:
    fish.payara.monitoring.collect.MonitoringDataSource, org.glassfish.hk2.api.PostConstruct

    @Service(name="http-service")
    @Singleton
    public class HttpServiceStatsProviderBootstrap
    extends Object
    implements org.glassfish.hk2.api.PostConstruct, fish.payara.monitoring.collect.MonitoringDataSource
    Author:
    PRASHANTH ABBAGANI
    • Constructor Detail

      • HttpServiceStatsProviderBootstrap

        public HttpServiceStatsProviderBootstrap()
    • Method Detail

      • postConstruct

        public void postConstruct()
        Specified by:
        postConstruct in interface org.glassfish.hk2.api.PostConstruct
      • collect

        public void collect​(fish.payara.monitoring.collect.MonitoringDataCollector collector)
        Specified by:
        collect in interface fish.payara.monitoring.collect.MonitoringDataSource