All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.microsoft.telemetry.IChannel Maven / Gradle / Ivy

There is a newer version: 3.0.3
Show newest version
package com.microsoft.telemetry;

import java.util.Map;

public interface IChannel {
    void log(final Base telemetry, Map tags);
    void synchronize();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy