Skip to content

DATAGEODE-236 - Adding EventHandling annotations. #28

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kohlmu-pivotal
Copy link

@kohlmu-pivotal kohlmu-pivotal commented Oct 11, 2019

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)

  • You have read the Spring Data contribution guidelines.
  • You created a JIRA ticket in the bug tracker for the project.
  • 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.
  • You submitted test cases (Unit or Integration Tests) backing your changes.
  • 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).
  • If applicable, you have complied with and taken steps necessary to report any security vulnerabilities at Pivotal Security Reporting.

@kohlmu-pivotal kohlmu-pivotal changed the title DATAGEODE-236 - Adding AsCacheListener annotation. DATAGEODE-236 - Adding EventHandling annotations. Apr 7, 2020
@kohlmu-pivotal kohlmu-pivotal force-pushed the DATAGEODE-236 branch 2 times, most recently from 340df1d to e062adb Compare April 7, 2020 20:06
AsRegionEventHandler annotation.
Using these annotation on a method, will enable methods to be added as
CacheListener or CacheWriter to the specified Region(s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: waiting-for-triage An issue we've not yet triaged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants