Polish StreamBridge

This commit is contained in:
Oleg Zhurakousky
2022-10-17 12:13:05 +02:00
parent 72d4c1d428
commit e91c70154a

View File

@@ -264,7 +264,6 @@ public final class StreamBridge implements SmartInitializingSingleton {
Type functionType = ResolvableType.forClassWithGenerics(Function.class, Object.class, Object.class).getType();
((FunctionRegistry) this.functionCatalog).register(fr.type(functionType));
Map<String, DirectWithAttributesChannel> channels = applicationContext.getBeansOfType(DirectWithAttributesChannel.class);
this.initialized = true;
}