You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/src/main/java/io/dapr/examples/invoke/http/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Method invocation Sample
2
2
3
-
In this sample, we'll create a two java applications: An demo service application which exposes a method and a client application which will invoke the method from demo service using Dapr.
3
+
In this sample, we'll create two java applications: a service application which exposes a method and a client application which will invoke the method from the service using Dapr.
4
4
This sample includes:
5
5
6
6
* DemoService (Exposes the method to be remotely accessed)
@@ -128,4 +128,4 @@ Once running, the output should display the messages sent from invoker in the de
128
128
129
129
Method have been remotely invoked and displaying the remote messages.
130
130
131
-
For more details on Dapr Spring Boot integration, please refer to [Dapr Spring Boot](../../../springboot/DaprApplication.java) Application implementation.
131
+
For more details on Dapr Spring Boot integration, please refer to [Dapr Spring Boot](../../../springboot/DaprApplication.java) Application implementation.
0 commit comments