-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SAMBAD-162] 기존 MeetingQuestionPolling 관련 클래스 제거
- Loading branch information
Showing
5 changed files
with
25 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
src/main/java/org/depromeet/sambad/moring/event/presentation/PollingEventResponse.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
package org.depromeet.sambad.moring.event.presentation; | ||
|
||
import static io.swagger.v3.oas.annotations.media.Schema.RequiredMode.*; | ||
|
||
import java.util.Set; | ||
|
||
import org.depromeet.sambad.moring.event.domain.EventType; | ||
|
||
import io.swagger.v3.oas.annotations.media.Schema; | ||
|
||
public record PollingEventResponse( | ||
@Schema(description = "새로운 턴의 릴레이 질문에서, 질문인이 질문을 등록했는지 여부와 질문인이 로그인한 유저인지 여부인지 응답합니다.", | ||
examples = {"QUESTION_REGISTERED", "TARGET_MEMBER"}, requiredMode = REQUIRED) | ||
Set<EventType> events | ||
) { | ||
|
||
} |
39 changes: 0 additions & 39 deletions
39
...g/depromeet/sambad/moring/meeting/question/application/MeetingQuestionPollingService.java
This file was deleted.
Oops, something went wrong.
54 changes: 0 additions & 54 deletions
54
...promeet/sambad/moring/meeting/question/presentation/MeetingQuestionPollingController.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters