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

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

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

/**
 * Possible outcomes of {@link DataSubmissionTask} execution
 *
 * @author [email protected]
 */
public enum TaskResult {
  DELIVERED,       // success
  PERSISTED,       // data is persisted in the queue, start back-off process
  PERSISTED_RETRY, // data is persisted in the queue, ok to continue processing backlog
  RETRY_LATER      // data needs to be returned to the pool and retried later
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy