finos / symphony-wdk

Symphony Workflow Developer Kit (WDK), a bot capable of running workflows
Apache License 2.0
3 stars 10 forks source link

Fix event listener method signature bug #253

Closed yinan-symphony closed 1 year ago

yinan-symphony commented 1 year ago

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