Class DefaultUnitOfWorkFactory

java.lang.Object
org.apache.camel.impl.engine.DefaultUnitOfWorkFactory
All Implemented Interfaces:
org.apache.camel.AfterPropertiesConfigured, org.apache.camel.spi.UnitOfWorkFactory

public class DefaultUnitOfWorkFactory extends Object implements org.apache.camel.spi.UnitOfWorkFactory
Default UnitOfWorkFactory
  • Constructor Details

    • DefaultUnitOfWorkFactory

      public DefaultUnitOfWorkFactory()
  • Method Details

    • createUnitOfWork

      public org.apache.camel.spi.UnitOfWork createUnitOfWork(org.apache.camel.Exchange exchange)
      Specified by:
      createUnitOfWork in interface org.apache.camel.spi.UnitOfWorkFactory
    • afterPropertiesConfigured

      public void afterPropertiesConfigured(org.apache.camel.CamelContext camelContext)
      Specified by:
      afterPropertiesConfigured in interface org.apache.camel.AfterPropertiesConfigured
      Specified by:
      afterPropertiesConfigured in interface org.apache.camel.spi.UnitOfWorkFactory