public interface Command<R,T> extends CommandCacheable<R,T>
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<T> |
execute(R request) |
default reactor.core.publisher.Mono<T> |
fallback(Throwable throwable,
R request) |
default boolean |
validateRequest() |
cacheKey, evictKeys, responseClassCopyright © 2021 Pivotal Software, Inc.. All rights reserved.