Skip to content

Rename InvokeServiceRequest to InvokeMethodRequest.#443

Merged
mukundansundar merged 2 commits into
dapr:masterfrom
artursouza:rename
Jan 15, 2021
Merged

Rename InvokeServiceRequest to InvokeMethodRequest.#443
mukundansundar merged 2 commits into
dapr:masterfrom
artursouza:rename

Conversation

@artursouza

@artursouza artursouza commented Jan 15, 2021

Copy link
Copy Markdown
Contributor

Description

Rename InvokeServiceRequest to InvokeMethodRequest.
Organize imports.

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #N/A

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

RELEASE NOTE: RENAMED InvokeServiceRequest to InvokeMethodRequest.

@codecov

codecov Bot commented Jan 15, 2021

Copy link
Copy Markdown

Codecov Report

Merging #443 (387aaf3) into master (019dee9) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #443   +/-   ##
=========================================
  Coverage     83.16%   83.16%           
  Complexity      857      857           
=========================================
  Files            74       74           
  Lines          2548     2548           
  Branches        259      259           
=========================================
  Hits           2119     2119           
  Misses          302      302           
  Partials        127      127           
Impacted Files Coverage Δ Complexity Δ
.../dapr/client/domain/DeleteStateRequestBuilder.java 85.00% <ø> (ø) 5.00 <0.00> (ø)
.../io/dapr/client/domain/GetStateRequestBuilder.java 82.35% <ø> (ø) 4.00 <0.00> (ø)
...c/main/java/io/dapr/client/AbstractDaprClient.java 89.55% <100.00%> (ø) 33.00 <1.00> (ø)
...k/src/main/java/io/dapr/client/DaprClientGrpc.java 82.97% <100.00%> (ø) 94.00 <1.00> (ø)
...k/src/main/java/io/dapr/client/DaprClientHttp.java 91.85% <100.00%> (ø) 82.00 <6.00> (ø)
...ava/io/dapr/client/domain/InvokeMethodRequest.java 100.00% <100.00%> (ø) 13.00 <1.00> (?)
...dapr/client/domain/InvokeMethodRequestBuilder.java 90.47% <100.00%> (ø) 5.00 <1.00> (?)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 019dee9...973891c. Read the comment docs.

@mukundansundar mukundansundar merged commit d43272f into dapr:master Jan 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants