Clean up FunctionTypeUtils

This commit is contained in:
Oleg Zhurakousky
2020-10-19 14:44:37 +02:00
parent b61b24a9b2
commit e58643c032
5 changed files with 36 additions and 138 deletions

View File

@@ -494,7 +494,7 @@ public class RSocketAutoConfigurationTests {
@Bean
public Consumer<byte[]> log() {
return this.consumerData::emitValue;
return this.consumerData::tryEmitValue;
}
@Bean