
com.wavefront.agent.data.TaskResult Maven / Gradle / Ivy
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 - 2025 Weber Informatics LLC | Privacy Policy