![JAR search and dependency download from the Maven repository](/logo.png)
com.centurylink.mdw.model.monitor.JobCompletionCallback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mdw-common Show documentation
Show all versions of mdw-common Show documentation
MDW is a microservices based workflow framework
package com.centurylink.mdw.model.monitor;
@FunctionalInterface
public interface JobCompletionCallback {
void onComplete(Integer status);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy