public final class HystrixBuilder
extends java.lang.Object
| 限定符和类型 | 方法和说明 |
|---|---|
static com.netflix.hystrix.HystrixObservableCommand.Setter |
build(org.apache.shenyu.common.dto.convert.rule.HystrixHandle hystrixHandle)
this is build HystrixObservableCommand.Setter.
|
static com.netflix.hystrix.HystrixObservableCommand.Setter |
build(org.apache.shenyu.common.dto.convert.rule.HystrixHandle hystrixHandle,
java.lang.String commandKey,
java.lang.String groupKey)
this is build HystrixObservableCommand.Setter.
|
static com.netflix.hystrix.HystrixCommand.Setter |
buildForHystrixCommand(org.apache.shenyu.common.dto.convert.rule.HystrixHandle hystrixHandle)
this is build HystrixCommand.Setter.
|
static com.netflix.hystrix.HystrixCommand.Setter |
buildForHystrixCommand(org.apache.shenyu.common.dto.convert.rule.HystrixHandle hystrixHandle,
java.lang.String commandKey,
java.lang.String groupKey)
this is build HystrixCommand.Setter.
|
public static com.netflix.hystrix.HystrixObservableCommand.Setter build(org.apache.shenyu.common.dto.convert.rule.HystrixHandle hystrixHandle,
java.lang.String commandKey,
java.lang.String groupKey)
hystrixHandle - HystrixHandlecommandKey - commandKeygroupKey - groupKeypublic static com.netflix.hystrix.HystrixObservableCommand.Setter build(org.apache.shenyu.common.dto.convert.rule.HystrixHandle hystrixHandle)
hystrixHandle - HystrixHandlepublic static com.netflix.hystrix.HystrixCommand.Setter buildForHystrixCommand(org.apache.shenyu.common.dto.convert.rule.HystrixHandle hystrixHandle)
hystrixHandle - HystrixHandlepublic static com.netflix.hystrix.HystrixCommand.Setter buildForHystrixCommand(org.apache.shenyu.common.dto.convert.rule.HystrixHandle hystrixHandle,
java.lang.String commandKey,
java.lang.String groupKey)
hystrixHandle - HystrixHandlecommandKey - commandKeygroupKey - groupKeyCopyright © 2026 The Apache Software Foundation. All rights reserved.