@groovy.transform.CompileStatic class PromiseFactoryBean extends PromiseFactoryBuilder implements FactoryBean<PromiseFactory>
Factory bean for Spring integration
| Constructor and description |
|---|
PromiseFactoryBean() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
PromiseFactory |
getObject() |
|
java.lang.Class<?> |
getObjectType() |
|
boolean |
isSingleton() |
| Methods inherited from class | Name |
|---|---|
class PromiseFactoryBuilder |
build |