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

Write a getting started guide about events, invoke and call #400

Merged
merged 2 commits into from
Dec 16, 2020

Conversation

cescoffier
Copy link
Contributor

@cescoffier cescoffier commented Dec 15, 2020

Fix #399

@mkouba FYI.

@cescoffier cescoffier requested a review from jponge December 15, 2020 13:36
@cescoffier cescoffier added this to the 0.12.0 milestone Dec 15, 2020
@cescoffier cescoffier added the documentation Improvements or additions to documentation label Dec 15, 2020
@mkouba
Copy link
Contributor

mkouba commented Dec 15, 2020

Looks good ;-).

@codecov
Copy link

codecov bot commented Dec 15, 2020

Codecov Report

Merging #400 (60cb431) into master (7f58314) will increase coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #400      +/-   ##
============================================
+ Coverage     89.38%   89.40%   +0.02%     
  Complexity     2721     2721              
============================================
  Files           363      363              
  Lines         10520    10524       +4     
  Branches       1304     1308       +4     
============================================
+ Hits           9403     9409       +6     
  Misses          579      579              
+ Partials        538      536       -2     
Impacted Files Coverage Δ Complexity Δ
...ava/io/smallrye/mutiny/helpers/HalfSerializer.java 77.77% <0.00%> (-11.12%) 8.00% <0.00%> (-1.00%)
.../io/smallrye/mutiny/helpers/queues/DrainUtils.java 77.77% <0.00%> (-8.89%) 12.00% <0.00%> (-2.00%)
...subscription/SwitchableSubscriptionSubscriber.java 95.08% <0.00%> (-2.46%) 45.00% <0.00%> (-1.00%)
...o/smallrye/mutiny/operators/UniAndCombination.java 84.88% <0.00%> (-1.17%) 4.00% <0.00%> (ø%)
...lrye/mutiny/subscription/SerializedSubscriber.java 90.56% <0.00%> (-0.95%) 28.00% <0.00%> (-2.00%)
...mallrye/mutiny/operators/multi/MultiFlatMapOp.java 85.71% <0.00%> (-0.32%) 3.00% <0.00%> (ø%)
...ain/java/io/smallrye/mutiny/groups/MultiMerge.java 100.00% <0.00%> (ø) 6.00% <0.00%> (ø%)
...in/java/io/smallrye/mutiny/groups/MultiConcat.java 100.00% <0.00%> (ø) 4.00% <0.00%> (ø%)
...ava/io/smallrye/mutiny/operators/MultiCombine.java 100.00% <0.00%> (ø) 4.00% <0.00%> (+2.00%)
...o/smallrye/mutiny/groups/MultiItemCombination.java 100.00% <0.00%> (ø) 10.00% <0.00%> (ø%)
... and 7 more

@jponge jponge merged commit 49722c8 into master Dec 16, 2020
@jponge jponge deleted the call-vs-invoke-getting-started branch December 16, 2020 09:32
@jponge jponge modified the milestones: 0.12.0, 0.12.1, 0.12.2, 0.12.3, 0.12.4, 0.12.5 Dec 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Website/docs - add a guide that explains the difference between "invoke" and "call"
3 participants