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

Provide improved methods for AggregateLifecycle #71

Closed
zambrovski opened this issue Oct 14, 2020 · 0 comments · Fixed by #72
Closed

Provide improved methods for AggregateLifecycle #71

zambrovski opened this issue Oct 14, 2020 · 0 comments · Fixed by #72

Comments

@zambrovski
Copy link
Collaborator

Scenario

  • extension-kotlin version: any
  • Axon Framework version: any
  • Description of your use case:

AggregateLifecycle should provide Kotlin-like API. Since relevant AggregateLifecycle methods are static,
there is no way to extend existing class, but we can define new top-level functions.

Relevant methods are:

  • apply is a kotlin function on Any, we should name it for example applyEvent
  • createNew should get reified class and a factory function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants