public class DefaultCommandExecutor extends Object implements CommandExecutor, org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
DefaultCommandExecutor() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
<R,T> reactor.core.publisher.Mono<T> |
execute(Class<? extends Command<R,T>> commandClass,
R request) |
public void afterPropertiesSet()
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanpublic <R,T> reactor.core.publisher.Mono<T> execute(Class<? extends Command<R,T>> commandClass, R request)
execute in interface CommandExecutorCopyright © 2021 Pivotal Software, Inc.. All rights reserved.