Updates the mention to MessageRoutingCallback to the correct method version
This commit is contained in:
committed by
GitHub
parent
23a69512df
commit
27ca5c37fc
@@ -196,8 +196,8 @@ The `MessageRoutingCallback` is a strategy to assist with determining the name o
|
|||||||
----
|
----
|
||||||
public interface MessageRoutingCallback {
|
public interface MessageRoutingCallback {
|
||||||
default String routingResult(Message<?> message) {
|
default String routingResult(Message<?> message) {
|
||||||
return (String) message.getHeaders().get("spring.cloud.function.definition");
|
return (String) message.getHeaders().get(FunctionProperties.FUNCTION_DEFINITION);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
----
|
----
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user