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

com.github.ltsopensource.monitor.access.face.JVMThreadAccess Maven / Gradle / Ivy

There is a newer version: 1.7.0
Show newest version
package com.github.ltsopensource.monitor.access.face;


import com.github.ltsopensource.monitor.access.domain.JVMThreadDataPo;

import java.util.List;

/**
 * @author Robert HG ([email protected]) on 9/28/15.
 */
public interface JVMThreadAccess {

    void insert(List pos);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy