MotechExtenderConfigFactory

public class MotechExtenderConfigFactory implements FactoryBean<Properties>

Creates the extender configuration for Motech, currently only blueprint dependency wait time. In order to change the blueprint extender dependency wait time used during platform runtime, org.motechproject.blueprint.dependencies.waittime should be set with the wait time in milliseconds. The default blueprint timeout is 5 minutes.

Fields

DEP_WAIT_TIME_ENV

public static final String DEP_WAIT_TIME_ENV

DEP_WAIT_TIME_KEY

public static final String DEP_WAIT_TIME_KEY

Methods

getObject

public Properties getObject()

getObjectType

public Class<?> getObjectType()

isSingleton

public boolean isSingleton()