Remove public usage of spring.cloud.stream.function.definition property

This commit is contained in:
Oleg Zhurakousky
2021-04-29 16:16:37 +02:00
parent d9f8653e42
commit b006185b99

View File

@@ -70,7 +70,7 @@ public class StreamFunctionProperties {
return this.filterBindings(functionName, "-in-");
}
public void setDefinition(String definition) {
void setDefinition(String definition) {
if (StringUtils.hasText(definition)) {
this.composeFrom = definition.startsWith("|");
this.composeTo = definition.endsWith("|");