Skip to content

Commit

Permalink
- polish
Browse files Browse the repository at this point in the history
  • Loading branch information
chanhyeong committed Sep 4, 2024
1 parent f915ccb commit bc010e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,4 @@ public void scheduleMessage(
) {
scheduleMessageService.schedule(seconds);
}

public record CreatePostRequest(
long id,

String writerId,

String content
) {
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class ScheduledMessageListener {
*/
private static final String INBOUND_KAFKA_CHANNEL_NAME = "inbound-kafka-channel-scheduled";

private static final String ROUTER_NAME = "afterPostCreationCommandRouter";
private static final String ROUTER_NAME = "scheduledRouter";

private final InboundChannelBinder inboundChannelBinder;

Expand Down

0 comments on commit bc010e3

Please sign in to comment.