package eu.dnetlib.enabling.aas.nh;

/**
 * Notification subscriber.
 * @author mhorst
 *
 */
public interface INotificationSubscriber {

	/**
	 * Subscribes in ISSN with specified topicType and profId
	 * @param topicType
	 * @param resourceType
	 * @param profId
	 * @return subscrId
	 */
	public String subscribe(String topicType, String resourceType, String profId);
}
