net.anotheria.portalkit.apis.asynctask.broker.AsyncTaskMessageBroker Maven / Gradle / Ivy
package net.anotheria.portalkit.apis.asynctask.broker;
import net.anotheria.anoplass.api.APIException;
import net.anotheria.portalkit.apis.asynctask.task.AsyncTask;
import java.util.List;
public interface AsyncTaskMessageBroker {
void send(AsyncTask asyncTask) throws APIException;
List getTasks(String topicName) throws APIException;
void notifyShutdown();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy