public class EventRegistryFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<EventRegistryEngine>, org.springframework.beans.factory.DisposableBean, org.springframework.context.ApplicationContextAware
| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.context.ApplicationContext |
applicationContext |
protected EventRegistryEngineConfiguration |
eventEngineConfiguration |
protected EventRegistryEngine |
eventRegistryEngine |
| Constructor and Description |
|---|
EventRegistryFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configureExpressionManager() |
protected void |
configureExternallyManagedTransactions() |
void |
destroy() |
EventRegistryEngineConfiguration |
getEventEngineConfiguration() |
EventRegistryEngine |
getObject() |
Class<EventRegistryEngine> |
getObjectType() |
boolean |
isSingleton() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setEventEngineConfiguration(EventRegistryEngineConfiguration eventEngineConfiguration) |
protected EventRegistryEngineConfiguration eventEngineConfiguration
protected org.springframework.context.ApplicationContext applicationContext
protected EventRegistryEngine eventRegistryEngine
public void destroy()
throws Exception
destroy in interface org.springframework.beans.factory.DisposableBeanExceptionpublic void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic EventRegistryEngine getObject() throws Exception
getObject in interface org.springframework.beans.factory.FactoryBean<EventRegistryEngine>Exceptionprotected void configureExpressionManager()
protected void configureExternallyManagedTransactions()
public Class<EventRegistryEngine> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<EventRegistryEngine>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<EventRegistryEngine>public EventRegistryEngineConfiguration getEventEngineConfiguration()
public void setEventEngineConfiguration(EventRegistryEngineConfiguration eventEngineConfiguration)
Copyright © 2020 Flowable. All rights reserved.