public class GenericHystrixCommand<R> extends Object
| Constructor and Description |
|---|
GenericHystrixCommand(com.netflix.hystrix.HystrixCommand.Setter setter,
String traceId,
String command) |
| Modifier and Type | Method and Description |
|---|---|
com.netflix.hystrix.HystrixCommand<R> |
executor(HandlerAdapter<R> function) |
public com.netflix.hystrix.HystrixCommand<R> executor(HandlerAdapter<R> function)
Copyright © 2016–2021. All rights reserved.