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

Remove singletons from generated code #18

Draft
wants to merge 10 commits into
base: master
Choose a base branch
from
Draft

Remove singletons from generated code #18

wants to merge 10 commits into from

Conversation

jakzal
Copy link
Member

@jakzal jakzal commented Mar 30, 2021

Fixes #17
Relates to vlingo/xoom-examples#107

  • Pass queries directly to REST resources
  • Pass state store directly to event-based projection actors
  • Pass state store directly to operation-based projection actors
  • Remove instance() methods from the projection dispatcher provider
  • Remove instance() methods from the journal provider

Signed-off-by: Jakub Zalas <jakub@zalas.pl>
Signed-off-by: Jakub Zalas <jakub@zalas.pl>
Signed-off-by: Jakub Zalas <jakub@zalas.pl>
Signed-off-by: Jakub Zalas <jakub@zalas.pl>
Signed-off-by: Jakub Zalas <jakub@zalas.pl>
Signed-off-by: Jakub Zalas <jakub@zalas.pl>
Signed-off-by: Jakub Zalas <jakub@zalas.pl>
@jakzal jakzal changed the title Remove singletons Remove singletons from generated code Mar 30, 2021
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.

Let's get rid of static field based singletons
2 participants