| Package | Description |
|---|---|
| com.blibli.oss.command.cache | |
| com.blibli.oss.command.hystrix | |
| com.blibli.oss.command.plugin |
| Modifier and Type | Class and Description |
|---|---|
class |
CommandCacheInterceptor |
| Modifier and Type | Field and Description |
|---|---|
protected Collection<CommandInterceptor> |
CommandHystrix.commandInterceptors |
| Constructor and Description |
|---|
CommandHystrix(Command<R,T> command,
R request,
String commandKey,
String commandGroup,
Collection<CommandInterceptor> commandInterceptors) |
| Modifier and Type | Method and Description |
|---|---|
static <R,T> void |
InterceptorUtil.afterFailedExecute(Collection<CommandInterceptor> commandInterceptors,
Command<R,T> command,
R request,
Throwable throwable) |
static <R,T> void |
InterceptorUtil.afterSuccessExecute(Collection<CommandInterceptor> commandInterceptors,
Command<R,T> command,
R request,
T response) |
static <R,T> T |
InterceptorUtil.beforeExecute(Collection<CommandInterceptor> commandInterceptors,
Command<R,T> command,
R request) |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.