Skip to content

Commit

Permalink
mail store
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Gorzala committed Mar 26, 2024
1 parent 0cf77c9 commit 8575361
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,20 @@ ApplicationEventListener -> ScheduleInfoMailCheck : schedule InfoMailCheck
....
@startuml
participant InfoMailCheckJob
participant CheckAndSendService
participant StateAdapter
participant UserInfoService
InfoMailCheckJob -> CheckAndSendService: check
CheckAndSendService -> StateAdapter: load
alt candidate for sending?
CheckAndSendService -> UserInfoService: load mail-address
CheckAndSendService -> CheckAndSendService: build mail
CheckAndSendService -> CheckAndSendService: throw mail command
end
@enduml
....
Expand All @@ -112,9 +124,17 @@ participant StateAdapter
....
@startuml
participant Dancer
box kikeriki #LightBlue
participant KafkaAdapter
participant ApplicationEventListener
participant UserInfoService
end box
Dancer --> KafkaAdapter: profile update event
KafkaAdapter -> ApplicationEventListener: via mapped event
ApplicationEventListener -> UserInfoService: update mail address
@enduml
....
Expand Down

0 comments on commit 8575361

Please sign in to comment.