-
Notifications
You must be signed in to change notification settings - Fork 251
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
feat(Event Frame Work): add intermediate superclass for ContractNegotiation Events hierarchy #1913
feat(Event Frame Work): add intermediate superclass for ContractNegotiation Events hierarchy #1913
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1913 +/- ##
==========================================
- Coverage 62.78% 62.77% -0.02%
==========================================
Files 781 782 +1
Lines 16614 16609 -5
Branches 1079 1079
==========================================
- Hits 10431 10426 -5
Misses 5732 5732
Partials 451 451
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
|
||
import org.eclipse.dataspaceconnector.spi.event.EventPayload; | ||
|
||
public class ContractNegotiationEventPayload extends EventPayload { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Documentation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add documentation
@jimmarino Documentation is adapted. |
What this PR changes/adds
Add a 'intermediate' superclass for the Event Payload Classes of the ContractNegotiation classes.
Why it does that
Improve the work with the Event Framework and give the possibility to filter Events on a bigger group of events.
Linked Issue(s)
Closes #1912
Checklist
no-changelog
)