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

com.capitalone.dashboard.client.story.StoryDataClient Maven / Gradle / Ivy

package com.capitalone.dashboard.client.story;

/**
 * Interface through which a story data collector object can be implemented.
 *
 * @author kfk884
 *
 */
public interface StoryDataClient {
	/**
	 * Explicitly updates queries for the source system, and initiates the
	 * update to MongoDB from those calls.
	 */
	void updateStoryInformation();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy