public interface  org.apache.camel.processor.aggregate.TimeoutAwareAggregationStrategy extends java.lang.Object implements org.apache.camel.processor.aggregate.AggregationStrategy
{
public abstract void timeout(org.apache.camel.Exchange, int, int, long);
}