mirror of
https://github.com/google/nomulus.git
synced 2025-06-27 06:44:51 +02: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:
parent
5bac24186f
commit
2d85ec9aa3
4 changed files with 177 additions and 13 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue