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

Normalize the apply() methods #556

Closed
opatrascoiu opened this issue Jul 28, 2022 · 0 comments
Closed

Normalize the apply() methods #556

opatrascoiu opened this issue Jul 28, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@opatrascoiu
Copy link
Collaborator

opatrascoiu commented Jul 28, 2022

Expected Behavior

New apply() methods and invocation graph:
- applyMap(Map, EC) -> apply(P*, EC)
- applyProto(ProtoRequest, EC) -> apply(P*, EC)
- apply(P*, EC) -> evaluate(P*, EC)

where P stands for Pojo, S for String, EC for ExecutionContext.

Actual Behavior

Existing apply() methods and invocation graph:
- apply(Map, Context) -> apply(S*, A, L, E, C)
- apply(S*, A, L, E, C) -> apply(P*, A, L, E, C)
- apply(ProtoRequest, A, L, E, C) -> apply(P*, A, L, E, C)
- apply(P*, A, L, E, C) -> evaluate(P*, A, L, E, C)

where P stands for Pojo, S for String, A, L, E, C stands for AnnotationSet, Listener, Executor and Cache.

@opatrascoiu opatrascoiu added the enhancement New feature or request label Jul 28, 2022
@opatrascoiu opatrascoiu self-assigned this Jul 28, 2022
@opatrascoiu opatrascoiu changed the title Add apply(POJO*, ExecutionContext) for decisions Change apply() methods to use the ExecutionContext Oct 19, 2022
@opatrascoiu opatrascoiu changed the title Change apply() methods to use the ExecutionContext Normalize the apply() methods Oct 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant