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

com.alachisoft.ncache.common.monitoring.MetricsTransporterFactory Maven / Gradle / Ivy

There is a newer version: 5.3.3
Show newest version
package com.alachisoft.ncache.common.monitoring;

public interface MetricsTransporterFactory {
    void Initialize(String endPoint);
    MetricsTransporter Create();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy