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

jadex.platform.service.email.IEmailFetcherService Maven / Gradle / Ivy

package jadex.platform.service.email;

import jadex.bridge.service.annotation.Service;
import jadex.bridge.service.types.email.Email;
import jadex.commons.future.IIntermediateFuture;

/**
 *  Email fetching service.
 */
@Service
public interface IEmailFetcherService
{
	/**
	 *  Fetch emails for a subscription.
	 *  @param sub The subscription.
	 *  @return The emails.
	 */
	public IIntermediateFuture fetchEmails(SubscriptionInfo sub);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy