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

Create builder extensions to avoid passing Foo::class.java #69

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

Create builder extensions to avoid passing Foo::class.java #69

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

Comments

@zambrovski
Copy link
Collaborator

Scenario

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

As a developer I want to avoid to pass Foo::class.java.

For example:

  • EventSourcingRepository.builder(Class)
  • GenericJpaRepository.builder(Class)
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