Add quick start reference to the "Bootstrapping Apache Geode Using Annotations" chapter [DATAGEODE-127] #175
Labels
in: configuration
Issues with configuration
in: documentation
Issues in documentation
type: enhancement
A general enhancement
Milestone
spring-projects-issues commentedJun 15, 2018
John Blum opened DATAGEODE-127 and commented
Add quick reference section pairing annotations so users can get started even quicker.
For example, to enable Apache Geode CQ for event stream processing, users would need to
@EnableGemFireContinuousQueries
and then annotate 1 or more of their Spring component/bean POJO methods with@ContinuousQuery
, like so..Reference URL: https://jira.spring.io/browse/DATAGEODE-114
Backported to: 2.0.10 (Kay SR10)
The text was updated successfully, but these errors were encountered: