mirror of
https://github.com/google/nomulus.git
synced 2025-05-06 15:07:55 +02:00
To add additional logic for flow code, write custom classes that extend the existing custom logic classes (of which DomainCreateFlowCustomLogic is the first provided example), along with a class that extends CustomLogicFactory to provide instances of the new custom logic classes. Then configure the fully qualified class name of your new custom logic factory in ConfigModule.provideCustomLogicFactoryClass(). ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=139221577 |
||
---|---|---|
.. | ||
BUILD | ||
ConfigModule.java | ||
ConfigUtils.java | ||
package-info.java | ||
ProductionRegistryConfigExample.java | ||
RegistryConfig.java | ||
RegistryConfigLoader.java | ||
RegistryEnvironment.java | ||
TestRegistryConfig.java |