public class CommandProcessorImpl extends Object implements CommandProcessor, org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
CommandProcessorImpl(CommandProperties commandProperties,
CommandKeyStrategy commandKeyStrategy,
CommandGroupStrategy commandGroupStrategy) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
<R,T> rx.Single<T> |
doExecute(Class<? extends Command<R,T>> commandClass,
R request) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
public CommandProcessorImpl(CommandProperties commandProperties, CommandKeyStrategy commandKeyStrategy, CommandGroupStrategy commandGroupStrategy)
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic <R,T> rx.Single<T> doExecute(Class<? extends Command<R,T>> commandClass, R request)
doExecute in interface CommandProcessorCopyright © 2021 Pivotal Software, Inc.. All rights reserved.