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

com.wavefront.agent.data.TaskInjector Maven / Gradle / Ivy

There is a newer version: 9999.0
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy