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

com.wavefront.agent.ResubmissionTask Maven / Gradle / Ivy

There is a newer version: 4.36
Show newest version
package com.wavefront.agent;

import com.squareup.tape.Task;
import com.wavefront.api.AgentAPI;

import java.util.List;
import java.util.UUID;

/**
 * A task for resubmission.
 *
 * @author Clement Pang ([email protected]).
 */
public abstract class ResubmissionTask> implements Task {

  /**
   * To be injected. Should be null when serialized.
   */
  protected AgentAPI service = null;

  /**
   * To be injected. Should be null when serialized.
   */
  protected UUID currentAgentId = null;

  public abstract List splitTask();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy