public class CommandCacheInterceptor extends Object implements CommandInterceptor, org.springframework.core.Ordered
| Constructor and Description |
|---|
CommandCacheInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
<R,T> reactor.core.publisher.Mono<Void> |
afterSuccess(Command<R,T> command,
R request,
T response) |
<R,T> reactor.core.publisher.Mono<T> |
before(Command<R,T> command,
R request) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitafterFailedpublic <R,T> reactor.core.publisher.Mono<T> before(Command<R,T> command, R request)
before in interface CommandInterceptorpublic <R,T> reactor.core.publisher.Mono<Void> afterSuccess(Command<R,T> command, R request, T response)
afterSuccess in interface CommandInterceptorCopyright © 2021 Pivotal Software, Inc.. All rights reserved.