Class InvoiceCreatedEventConsumer
- java.lang.Object
-
- org.example.domain.boundaries.financial.logic.InvoiceCreatedEventConsumer
-
- All Implemented Interfaces:
Consumer<InvoiceCreatedEvent>
public class InvoiceCreatedEventConsumer extends Object implements Consumer<InvoiceCreatedEvent>
-
-
Constructor Summary
Constructors Constructor Description InvoiceCreatedEventConsumer()
-
-
-
Method Detail
-
accept
public void accept(InvoiceCreatedEvent event)
- Specified by:
acceptin interfaceConsumer<InvoiceCreatedEvent>
-
-