类 ReactorSphU

java.lang.Object
com.alibaba.csp.sentinel.adapter.reactor.ReactorSphU

public final class ReactorSphU extends Object
A SphU adapter with Project Reactor.
从以下版本开始:
1.5.0
作者:
Eric Zhao
  • 方法详细资料

    • entryWith

      public static <R> reactor.core.publisher.Mono<R> entryWith(String resourceName, reactor.core.publisher.Mono<R> actual)
    • entryWith

      public static <R> reactor.core.publisher.Mono<R> entryWith(String resourceName, com.alibaba.csp.sentinel.EntryType entryType, reactor.core.publisher.Mono<R> actual)