import org.mule.api.routing.AggregationContext; import org.mule.routing.AggregationStrategy; public class testeScatter implements AggregationStrategy { @Override public MuleEvent aggregate(AggregationContext context) throws MuleException { // TODO Auto-generated method stub Map<String,Object> payload = (Map<String, Object>) context.getEvents(); return null; } }