Skip to content

Commit

Permalink
Cleanup Java event processing
Browse files Browse the repository at this point in the history
  • Loading branch information
gvdongen committed Dec 18, 2024
1 parent 748e7cd commit fca9b87
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 69 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ public void processPost(ObjectContext ctx, SocialMediaPost post) {
public static void main(String[] args) {
RestateHttpEndpointBuilder.builder()
.bind(new UserFeed())
.buildAndListen(9080);
.buildAndListen();
}
}

This file was deleted.

0 comments on commit fca9b87

Please sign in to comment.