Merging error streams by Flux.merge produces output on `Dropping Hooks`

前端 未结 0 929
半阙折子戏
半阙折子戏 2021-01-02 11:09

I have the following code (short version):

    val x = Flux.concat(
            Mono.just(1).delayElement(Duration.ofSeconds(1)),
            Mono.error(new I         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题