Upgraded access modifier in FunctionInvocationWrapper
This commit is contained in:
@@ -493,7 +493,7 @@ public class BeanFactoryAwareFunctionRegistry
|
|||||||
* @return the result
|
* @return the result
|
||||||
*/
|
*/
|
||||||
@SuppressWarnings("rawtypes")
|
@SuppressWarnings("rawtypes")
|
||||||
protected Object get(Function<Message, Message> enricher) {
|
public Object get(Function<Message, Message> enricher) {
|
||||||
Object input = FunctionTypeUtils.isMono(this.functionType)
|
Object input = FunctionTypeUtils.isMono(this.functionType)
|
||||||
? Mono.empty()
|
? Mono.empty()
|
||||||
: (FunctionTypeUtils.isMono(this.functionType) ? Flux.empty() : null);
|
: (FunctionTypeUtils.isMono(this.functionType) ? Flux.empty() : null);
|
||||||
|
|||||||
Reference in New Issue
Block a user