Uses of Interface
com.example.orderplatform.customers.api.CustomerDirectory
Packages that use CustomerDirectory
Package
Description
-
Uses of CustomerDirectory in com.example.orderplatform.customers.application
Classes in com.example.orderplatform.customers.application that implement CustomerDirectoryModifier and TypeClassDescriptionclassApplication service that registers customers and backs the customer lookup module API. -
Uses of CustomerDirectory in com.example.orderplatform.orders.application
Constructors in com.example.orderplatform.orders.application with parameters of type CustomerDirectoryModifierConstructorDescriptionOrderApplicationService(CustomerDirectory customers, PricingService pricing, OrderStore orders, org.springframework.context.ApplicationEventPublisher events)