Skip to content
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

Fix event listener method signature bug #253

Merged
merged 1 commit into from
Apr 14, 2023

Conversation

yinan-symphony
Copy link
Contributor

Since BDK 2.13.0, the RealTimeEvent object is actually a sub type of the original V4 event type, therefore change the Spring event listener method signature to include the sub type of the event.

It is also a good practice to include the sub type to have maximum extensibility in the code.

Description

Please put here the intent of your pull request.

Dependencies

List the other pull requests that should be merged before/along this one.

Checklist

  • Referenced a ticket in the PR title or description
  • Filled properly the description and dependencies, if any
  • Unit/Integration tests updated or added
  • Javadoc added or updated
  • Updated the documentation in docs folder

Since BDK 2.13.0, the RealTimeEvent object is actually a sub type
of the original V4 event type, therefore change the Spring
event listener method signature to include the sub type of the event.

It is also a good practice to include the sub type to have maximum
extensibility in the code.
@yinan-symphony yinan-symphony merged commit 8f7b715 into finos:master Apr 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants