| Package | Description |
|---|---|
| com.blibli.oss.backend.command.cache | |
| com.blibli.oss.backend.command.interceptor |
| Modifier and Type | Class and Description |
|---|---|
class |
CommandCacheInterceptor |
| Modifier and Type | Method and Description |
|---|---|
static List<CommandInterceptor> |
InterceptorUtil.getCommandInterceptors(org.springframework.context.ApplicationContext applicationContext) |
| Modifier and Type | Method and Description |
|---|---|
static <R,T> reactor.core.publisher.Mono<Long> |
InterceptorUtil.fireAfterFailed(List<CommandInterceptor> commandInterceptors,
Command<R,T> command,
R request,
Throwable throwable) |
static <R,T> reactor.core.publisher.Mono<Long> |
InterceptorUtil.fireAfterSuccess(List<CommandInterceptor> commandInterceptors,
Command<R,T> command,
R request,
T response) |
static <R,T> reactor.core.publisher.Mono<T> |
InterceptorUtil.fireBefore(List<CommandInterceptor> commandInterceptors,
Command<R,T> command,
R request) |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.