Class FinancialContextListener
- java.lang.Object
-
- org.example.domain.boundaries.financial.FinancialContextListener
-
- All Implemented Interfaces:
io.mateu.mdd.shared.BoundedContextListener
public class FinancialContextListener extends Object implements io.mateu.mdd.shared.BoundedContextListener
-
-
Constructor Summary
Constructors Constructor Description FinancialContextListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcontextDestroyed()voidcontextInitialized()List<io.mateu.mdd.shared.Command>getCommands()voidinit()voidregisterEventConsumers()
-
-
-
Method Detail
-
init
public void init()
- Specified by:
initin interfaceio.mateu.mdd.shared.BoundedContextListener
-
contextInitialized
public void contextInitialized()
- Specified by:
contextInitializedin interfaceio.mateu.mdd.shared.BoundedContextListener
-
contextDestroyed
public void contextDestroyed()
- Specified by:
contextDestroyedin interfaceio.mateu.mdd.shared.BoundedContextListener
-
getCommands
public List<io.mateu.mdd.shared.Command> getCommands()
- Specified by:
getCommandsin interfaceio.mateu.mdd.shared.BoundedContextListener
-
registerEventConsumers
public void registerEventConsumers()
- Specified by:
registerEventConsumersin interfaceio.mateu.mdd.shared.BoundedContextListener
-
-