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

com.arextest.schedule.service.ReplayCaseTransmitService Maven / Gradle / Ivy

There is a newer version: 2.0.4
Show newest version
package com.arextest.schedule.service;

import com.arextest.schedule.model.CaseSendStatusType;
import com.arextest.schedule.model.ReplayActionCaseItem;

/**
 * @author wildeslam.
 * @create 2023/12/1 15:05
 */
public interface ReplayCaseTransmitService {
  void updateSendResult(ReplayActionCaseItem caseItem, CaseSendStatusType sendStatusType);

  void doSendFailedAsFinish(ReplayActionCaseItem caseItem, CaseSendStatusType sendStatusType);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy