174175176177178179180
* * @param name The identifier for the results in the metrics store * @return an instance of {@link org.springframework.xd.test.fixtures.SimpleCounterSink} */ public SimpleCounterSink counterSink(String name) { return new SimpleCounterSink(name); }