Class NoopTelemetryClient

    • Constructor Detail

      • NoopTelemetryClient

        public NoopTelemetryClient()
    • Method Detail

      • close

        public void close()
        Description copied from interface: ITelemetryClient
        Closes the telemetry client, releasing any resources it holds. This method should be called on closure of connection or JVM shutdown.
        Specified by:
        close in interface ITelemetryClient