-> { fooService.registerOwnedFlux(scannable); return subscriber; })); Hooks Once every stream... Only visit streams containing tag... Notify some service with the stream reference and return the operator subscriber
incrementally configure a Function suitable for Flux.retryWhen. (tip: use static import) Retry.allBut(Class<Exception>...) Retry.any() Retry.anyOf(Class<Exception>...) Retry.onlyIf(Predicate)
Mono or a Flux to/from a cache. CacheMono will store the Mono value or completion as a Signal. CacheFlux will collect the elements and terminal event as a List<Signal>. Both only work with finite sources. Cache Support