We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug ver 4.1.0
docs show the signature on the interface as FunctionRoutingResult routingResult(Message<?> message);
https://docs.spring.io/spring-cloud-function/reference/spring-cloud-function/programming-model.html#messageroutingcallback
but looking at the interface, it is actually String routingResult(Message<?> message)
https://github.com/spring-cloud/spring-cloud-function/blob/bd155628da87f2550469d8d1b7045c15430151e8/spring-cloud-function-context/src/main/java/org/springframework/cloud/function/context/MessageRoutingCallback.java#L47C1-L47C1
the javadocs for the interface is documented incorrectly as well and still refers to FunctionRoutingResult
Sample n/a
The text was updated successfully, but these errors were encountered:
cea464a
No branches or pull requests
Describe the bug
ver 4.1.0
docs show the signature on the interface as
FunctionRoutingResult routingResult(Message<?> message);
https://docs.spring.io/spring-cloud-function/reference/spring-cloud-function/programming-model.html#messageroutingcallback
but looking at the interface, it is actually
String routingResult(Message<?> message)
https://github.com/spring-cloud/spring-cloud-function/blob/bd155628da87f2550469d8d1b7045c15430151e8/spring-cloud-function-context/src/main/java/org/springframework/cloud/function/context/MessageRoutingCallback.java#L47C1-L47C1
the javadocs for the interface is documented incorrectly as well and still refers to FunctionRoutingResult
Sample
n/a
The text was updated successfully, but these errors were encountered: