Class EventRegistryFactoryBean
java.lang.Object
org.flowable.eventregistry.spring.EventRegistryFactoryBean
- All Implemented Interfaces:
Aware
,DisposableBean
,FactoryBean<EventRegistryEngine>
,ApplicationContextAware
public class EventRegistryFactoryBean
extends Object
implements FactoryBean<EventRegistryEngine>, DisposableBean, ApplicationContextAware
- Author:
- Dave Syer, Tijs Rademakers, Joram Barrez, Josh Long
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ApplicationContext
protected EventRegistryEngineConfiguration
protected EventRegistryEngine
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
void
destroy()
boolean
void
setApplicationContext
(ApplicationContext applicationContext) void
setEventEngineConfiguration
(EventRegistryEngineConfiguration eventEngineConfiguration)
-
Field Details
-
eventEngineConfiguration
-
applicationContext
-
eventRegistryEngine
-
-
Constructor Details
-
EventRegistryFactoryBean
public EventRegistryFactoryBean()
-
-
Method Details
-
destroy
- Specified by:
destroy
in interfaceDisposableBean
- Throws:
Exception
-
setApplicationContext
- Specified by:
setApplicationContext
in interfaceApplicationContextAware
- Throws:
BeansException
-
getObject
- Specified by:
getObject
in interfaceFactoryBean<EventRegistryEngine>
- Throws:
Exception
-
configureExternallyManagedTransactions
protected void configureExternallyManagedTransactions() -
getObjectType
- Specified by:
getObjectType
in interfaceFactoryBean<EventRegistryEngine>
-
isSingleton
public boolean isSingleton()- Specified by:
isSingleton
in interfaceFactoryBean<EventRegistryEngine>
-
getEventEngineConfiguration
-
setEventEngineConfiguration
-