
com.wavefront.agent.data.TaskInjector 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.data;
/**
* Class to inject non-serializable members into a {@link DataSubmissionTask} before execution
*
* @author [email protected]
*/
public interface TaskInjector> {
/**
* Inject members into specified task.
*
* @param task task to inject
*/
void inject(T task);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy