Charlie Black created GEODE-6971:
------------------------------------
Summary: Update CqAttributesFactory to be a fluid API
Key: GEODE-6971
URL: https://issues.apache.org/jira/browse/GEODE-6971
Project: Geode
Issue Type: Improvement
Components: core
Reporter: Charlie Black
CQAttributes does not currently support fluid API (like ClientCacheFactory and
ClientRegionFactory). In the ideal world, I'd like to do something like the
following
{{CqAttributes cqa = new CqAttributesFactory() }}{{ }}
{{ .addCqListener(new SimpleCQListener())}}
{{ .create();}}
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)