HystrixCommands.PublisherBuilder<T> |
HystrixCommands.PublisherBuilder.commandName(String commandName) |
HystrixCommands.PublisherBuilder<T> |
HystrixCommands.PublisherBuilder.commandProperties(Function<com.netflix.hystrix.HystrixCommandProperties.Setter,com.netflix.hystrix.HystrixCommandProperties.Setter> commandProperties) |
HystrixCommands.PublisherBuilder<T> |
HystrixCommands.PublisherBuilder.commandProperties(com.netflix.hystrix.HystrixCommandProperties.Setter commandProperties) |
HystrixCommands.PublisherBuilder<T> |
HystrixCommands.PublisherBuilder.eager() |
HystrixCommands.PublisherBuilder<T> |
HystrixCommands.PublisherBuilder.fallback(Function<Throwable,org.reactivestreams.Publisher<T>> fallback) |
HystrixCommands.PublisherBuilder<T> |
HystrixCommands.PublisherBuilder.fallback(org.reactivestreams.Publisher<T> fallback) |
static <T> HystrixCommands.PublisherBuilder<T> |
HystrixCommands.from(org.reactivestreams.Publisher<T> publisher) |
HystrixCommands.PublisherBuilder<T> |
HystrixCommands.PublisherBuilder.groupName(String groupName) |
HystrixCommands.PublisherBuilder<T> |
HystrixCommands.PublisherBuilder.setter(com.netflix.hystrix.HystrixObservableCommand.Setter setter) |
HystrixCommands.PublisherBuilder<T> |
HystrixCommands.PublisherBuilder.toObservable(Function<com.netflix.hystrix.HystrixObservableCommand<T>,rx.Observable<T>> toObservable) |