Class EventRegistryFactoryBean

java.lang.Object
org.flowable.eventregistry.spring.EventRegistryFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<EventRegistryEngine>, org.springframework.context.ApplicationContextAware

public class EventRegistryFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<EventRegistryEngine>, org.springframework.beans.factory.DisposableBean, org.springframework.context.ApplicationContextAware
Author:
Dave Syer, Tijs Rademakers, Joram Barrez, Josh Long
  • Field Details

    • eventEngineConfiguration

      protected EventRegistryEngineConfiguration eventEngineConfiguration
    • applicationContext

      protected org.springframework.context.ApplicationContext applicationContext
    • eventRegistryEngine

      protected EventRegistryEngine eventRegistryEngine
  • Constructor Details

    • EventRegistryFactoryBean

      public EventRegistryFactoryBean()
  • Method Details

    • destroy

      public void destroy() throws Exception
      Specified by:
      destroy in interface org.springframework.beans.factory.DisposableBean
      Throws:
      Exception
    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
      Specified by:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware
      Throws:
      org.springframework.beans.BeansException
    • getObject

      public EventRegistryEngine getObject() throws Exception
      Specified by:
      getObject in interface org.springframework.beans.factory.FactoryBean<EventRegistryEngine>
      Throws:
      Exception
    • configureExternallyManagedTransactions

      protected void configureExternallyManagedTransactions()
    • getObjectType

      public Class<EventRegistryEngine> getObjectType()
      Specified by:
      getObjectType in interface org.springframework.beans.factory.FactoryBean<EventRegistryEngine>
    • isSingleton

      public boolean isSingleton()
      Specified by:
      isSingleton in interface org.springframework.beans.factory.FactoryBean<EventRegistryEngine>
    • getEventEngineConfiguration

      public EventRegistryEngineConfiguration getEventEngineConfiguration()
    • setEventEngineConfiguration

      public void setEventEngineConfiguration(EventRegistryEngineConfiguration eventEngineConfiguration)