| Package | Description |
|---|---|
| com.blibli.oss.command.cache | |
| com.blibli.oss.command.plugin |
| Modifier and Type | Class and Description |
|---|---|
class |
CommandCacheInterceptor |
| Modifier and Type | Method and Description |
|---|---|
static List<CommandInterceptor> |
InterceptorUtil.getCommandInterceptors(org.springframework.context.ApplicationContext applicationContext)
GEt all CommandInterceptors in Spring ApplicationContext
|
| Modifier and Type | Method and Description |
|---|---|
static <R,T> reactor.core.publisher.Mono<Long> |
InterceptorUtil.afterFailedExecute(Collection<CommandInterceptor> commandInterceptors,
Command<R,T> command,
R request,
Throwable throwable)
Execute afterFailedExecute() of all CommandInterceptors
|
static <R,T> reactor.core.publisher.Mono<Long> |
InterceptorUtil.afterSuccessExecute(Collection<CommandInterceptor> commandInterceptors,
Command<R,T> command,
R request,
T response)
Execute afterSuccessExecute() of all CommandInterceptors
|
static <R,T> reactor.core.publisher.Mono<T> |
InterceptorUtil.beforeExecute(Collection<CommandInterceptor> commandInterceptors,
Command<R,T> command,
R request)
Execute all beforeExecute() of all CommandInterceptors
|
Copyright © 2021. All rights reserved.