public interface CommandInterceptor
| Modifier and Type | Method and Description |
|---|---|
default <R,T> reactor.core.publisher.Mono<Void> |
afterFailed(Command<R,T> command,
R request,
Throwable throwable) |
default <R,T> reactor.core.publisher.Mono<Void> |
afterSuccess(Command<R,T> command,
R request,
T response) |
default <R,T> reactor.core.publisher.Mono<T> |
before(Command<R,T> command,
R request) |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.