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

net.anotheria.portalkit.apis.asynctask.broker.AsyncTaskMessageBroker Maven / Gradle / Ivy

There is a newer version: 4.1.0
Show newest version
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