We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27ca5c3 commit d417740Copy full SHA for d417740
docs/modules/ROOT/pages/spring-cloud-function/programming-model.adoc
@@ -196,8 +196,8 @@ The `MessageRoutingCallback` is a strategy to assist with determining the name o
196
----
197
public interface MessageRoutingCallback {
198
default String routingResult(Message<?> message) {
199
- return (String) message.getHeaders().get(FunctionProperties.FUNCTION_DEFINITION);
200
- }
+ return (String) message.getHeaders().get(FunctionProperties.FUNCTION_DEFINITION);
+ }
201
}
202
203
0 commit comments