*
* @param query the OQL query string bound to this source
* @return a new instance of {@link org.springframework.xd.test.fixtures.GemFireCQSource}.
*/
public GemFireCQSource gemFireCqSource(String query) {
return new GemFireCQSource(query).host(xdEnvironment.getGemfireHost()).port(xdEnvironment.getGemfirePort());
}