mirror of
https://github.com/google/nomulus
synced 2026-02-07 21:41:03 +00:00
Add extensible custom logic to the domain info flow
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=139584129
This commit is contained in:
@@ -34,4 +34,10 @@ public class CustomLogicModule {
|
||||
CustomLogicFactory factory, EppInput eppInput, SessionMetadata sessionMetadata) {
|
||||
return factory.forDomainCheckFlow(eppInput, sessionMetadata);
|
||||
}
|
||||
|
||||
@Provides
|
||||
static DomainInfoFlowCustomLogic provideDomainInfoFlowCustomLogic(
|
||||
CustomLogicFactory factory, EppInput eppInput, SessionMetadata sessionMetadata) {
|
||||
return factory.forDomainInfoFlow(eppInput, sessionMetadata);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user