Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mashong Mission Event로 분리 #453

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

eunjungL
Copy link
Collaborator

PR 타입

개요

변경사항

  • DaggnFacade, MashongFacade에 있던 MashongMissionFacade 의존성 MashongMissionEventPublisher로 대체

@eunjungL eunjungL self-assigned this Jul 27, 2024
Comment on lines +25 to +43
log.info("MASHONG_MISSION_{}_EVENT_LISTEN :: memberGenerationId = {}",
event.getEventType(),
event.getMemberGeneration().getId()
);

if (event.isApplyEvent()) {
mashongMissionFacadeService.apply(
event.getMissionStrategyType(),
event.getMemberGeneration(),
event.getValue()
);
return;
}

mashongMissionFacadeService.setToValue(
event.getMissionStrategyType(),
event.getMemberGeneration(),
event.getValue()
);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[의견]
단순의견입니닷 enum이 있으니까 switch로 하는건어떤가유~ 그냥 의견이라 편하게 ㄲㄲ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants