
com.wavefront.agent.TokenWorker Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proxy Show documentation
Show all versions of proxy Show documentation
Service for batching and relaying metric traffic to Wavefront
package com.wavefront.agent;
import com.wavefront.agent.api.APIContainer;
public interface TokenWorker {
interface Scheduled {
void run();
}
interface External {
void setAPIContainer(APIContainer apiContainer);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy