Cleanup 'requestChannel' logic

Add RSocketConnectionUtils to deal with connectivity logic
This commit is contained in:
Oleg Zhurakousky
2020-07-07 19:41:40 +02:00
parent f725b5aeb8
commit bc7376f2a6
7 changed files with 466 additions and 220 deletions

View File

@@ -541,6 +541,7 @@ public class SimpleFunctionRegistry implements FunctionRegistry, FunctionInspect
logger.debug("Applying function: " + this.functionDefinition);
}
Object result;
if (input instanceof Publisher) {
input = this.composed ? input :