mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-23 14:40:00 +00:00
Update to Reactor Bismuth-M2
Issue: SPR-15646
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@ abstract class AbstractMonoToListenableFutureAdapter<S, T> implements Listenable
|
||||
registry.success(adapted);
|
||||
})
|
||||
.doOnError(this.registry::failure)
|
||||
.subscribe();
|
||||
.toProcessor();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user