@Immutable
public class HystrixCommandBuilder
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HystrixCommandBuilder.Builder<ResponseType> |
| Constructor and Description |
|---|
HystrixCommandBuilder(HystrixCommandBuilder.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
static <ResponseType> |
builder() |
CacheInvocationContext<CacheRemove> |
getCacheRemoveInvocationContext() |
CacheInvocationContext<CacheResult> |
getCacheResultInvocationContext() |
java.util.Collection<com.netflix.hystrix.HystrixCollapser.CollapsedRequest<java.lang.Object,java.lang.Object>> |
getCollapsedRequests() |
CommandActions |
getCommandActions() |
ExecutionType |
getExecutionType() |
java.util.List<java.lang.Class<? extends java.lang.Throwable>> |
getIgnoreExceptions() |
GenericSetterBuilder |
getSetterBuilder() |
public HystrixCommandBuilder(HystrixCommandBuilder.Builder builder)
public static <ResponseType> HystrixCommandBuilder.Builder builder()
public GenericSetterBuilder getSetterBuilder()
public CommandActions getCommandActions()
public CacheInvocationContext<CacheResult> getCacheResultInvocationContext()
public CacheInvocationContext<CacheRemove> getCacheRemoveInvocationContext()
public java.util.Collection<com.netflix.hystrix.HystrixCollapser.CollapsedRequest<java.lang.Object,java.lang.Object>> getCollapsedRequests()
public java.util.List<java.lang.Class<? extends java.lang.Throwable>> getIgnoreExceptions()
public ExecutionType getExecutionType()