spring-data-geode
spring-data-geode copied to clipboard
DATAGEODE-236 - Adding EventHandling annotations.
trafficstars
Adding AsCacheListener, AsCacheWriter and AsRegionEventHandler annotations. Using these annotations on a method, will enable this method to be added as CacheListener or CacheWriter to the specified Region(s)
- [x] You have read the Spring Data contribution guidelines.
- [x] You created a JIRA ticket in the bug tracker for the project.
- [x] You formatted the code according to the source code style provided here and have specifically applied them to your changes. Do not submit any formatting related changes.
- [x] You submitted test cases (Unit or Integration Tests) backing your changes.
- [x] You added yourself as the author in the headers of the classes you touched. Amend the date range in the Apache license header if needed. For new types, add the license header (copy from another file and set the current year only).
- [x] If applicable, you have complied with and taken steps necessary to report any security vulnerabilities at Pivotal Security Reporting.