ru.yandex.qatools.camelot.beans.AggregatorConfig Maven / Gradle / Ivy
package ru.yandex.qatools.camelot.beans;
import ru.yandex.qatools.camelot.common.AggregationKeyStrategy;
/**
* @author Ilya Sadykov (mailto: [email protected])
*/
public interface AggregatorConfig extends RouteConfig {
AggregationKeyStrategy getStrategyInstance();
}