Clean up FunctionTypeUtils
This commit is contained in:
@@ -494,7 +494,7 @@ public class RSocketAutoConfigurationTests {
|
||||
|
||||
@Bean
|
||||
public Consumer<byte[]> log() {
|
||||
return this.consumerData::emitValue;
|
||||
return this.consumerData::tryEmitValue;
|
||||
}
|
||||
|
||||
@Bean
|
||||
|
||||
Reference in New Issue
Block a user