Skip to content

SkipOutput for void methods using declarative Aggregations having $out stage #4341

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

Closed
wants to merge 2 commits into from

Conversation

christophstrobl
Copy link
Member

We now set the skipOutput flag if an @Aggregation defines an $out stage and when the method is declared to return no result (void, Mono<Void>, kotlin.Unit).

Closes: #4088

…t stage.

We now set the skipOutput flag if an annotated Aggregation defines an $out stage and when the method is declared to return no result (void / Mono<Void>, kotlin.Unit)

Closes: #4088
@mp911de mp911de added the type: enhancement A general enhancement label Apr 14, 2023
@mp911de mp911de changed the title SkipOutput for void methods using declarative Aggregations having $out stage. SkipOutput for void methods using declarative Aggregations having $out stage Apr 14, 2023
@mp911de mp911de added this to the 4.0.5 (2022.0.5) milestone Apr 14, 2023
mp911de pushed a commit that referenced this pull request Apr 14, 2023
…`$out` stage.

We now set the skipOutput flag if an annotated Aggregation defines an $out stage and when the method is declared to return no result (void / Mono<Void>, kotlin.Unit)

Closes: #4088
Original pull request: #4341
mp911de added a commit that referenced this pull request Apr 14, 2023
Reformat code. Remove unused fields, modifiers and documentation artifacts.

See #4088
Original pull request: #4341
mp911de pushed a commit that referenced this pull request Apr 14, 2023
…`$out` stage.

We now set the skipOutput flag if an annotated Aggregation defines an $out stage and when the method is declared to return no result (void / Mono<Void>, kotlin.Unit)

Closes: #4088
Original pull request: #4341
mp911de added a commit that referenced this pull request Apr 14, 2023
Reformat code. Remove unused fields, modifiers and documentation artifacts.

See #4088
Original pull request: #4341
@mp911de mp911de closed this Apr 14, 2023
@mp911de mp911de deleted the issue/4088 branch April 14, 2023 06:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Skip output for @Aggregation query methods using $out or void methods
2 participants