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

com.transferwise.tasks.domain.ITask Maven / Gradle / Ivy

There is a newer version: 1.43.0
Show newest version
package com.transferwise.tasks.domain;

public interface ITask extends IBaseTask {

  String getType();

  String getSubType();

  byte[] getData();

  String getStatus();

  long getProcessingTriesCount();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy