...
Code Block |
---|
com.example.notification.service.NotificationService
↓
com.example.notification.port.UserClientPort (Outbound Port)
↓
com.example.notification.adapter.UserClientAdapter (Outbound Adapter) <---- 여기
↓
com.example.user.port.UserServicePort (Inbound Port)
↓
com.example.user.service.UserServiceImpl (Business Logic)
↓
com.example.user.repository.UserRepository (JPA Repository)
|
...