Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Eduardo Pinto <[email protected]>
  • Loading branch information
aludwiko and efgpinto authored Aug 2, 2023
1 parent 35d767f commit bb78147
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/modules/java/pages/actions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ include::example$java-spring-valueentity-shopping-cart/src/main/java/com/example
<5> For allowed requests, use `componentClient` to get a deferred call to the entity.
<6> The `deferredCall` is then used with `effects().forward()` to forward the request to the entity.

NOTE: NOTE: You might be wondering what the `componentClient` is about. For now, think of it as a lightweight, type safe, HTTP client allowing you to reach out to other Kalix services. All details can be found at xref:component-and-service-calls.adoc[] chapter.
NOTE: You might be wondering what the `componentClient` is about. For now, think of it as a lightweight, type safe, HTTP client allowing you to reach out to other Kalix services. All details can be found at xref:component-and-service-calls.adoc[] chapter.

=== Forwarding Headers

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ include::java:example$java-spring-fibonacci-action/src/main/java/com/example/fib
<2> Select endpoint method reference.
<3> Pass in endpoint method arguments.

NOTE: NOTE: Calling endpoints that return a stream response like `Flux` is not supported currently by the `ComponentClient`.
NOTE: Calling endpoints that return a stream response like `Flux` is not supported currently by the `ComponentClient`.

== Kalix services

Expand Down

0 comments on commit bb78147

Please sign in to comment.