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: spring-cloud-function-context/src/main/java/org/springframework/cloud/function/context/MessageRoutingCallback.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@
33
33
publicinterfaceMessageRoutingCallback {
34
34
35
35
/**
36
-
* Computes and returns the instance of {@link FunctionRoutingResult} which encapsulates,
36
+
* Computes and returns the instance of {@link String} which encapsulates,
37
37
* at the very minimum, function definition.
38
38
* <br><br>
39
39
* Providing such message is primarily an optimization feature. It could be useful for cases
@@ -42,7 +42,7 @@ public interface MessageRoutingCallback {
42
42
* message for downstream use didn't exist, resulting in repeated transformation, type conversion etc.
43
43
*
44
44
* @param message input message
45
-
* @return instance of {@link FunctionRoutingResult} containing the result of the routing computation
45
+
* @return instance of {@link String} containing the result of the routing computation
0 commit comments