Skip to content

Instantly share code, notes, and snippets.

@mseemann
Created September 3, 2021 10:22
Show Gist options
  • Save mseemann/8b25e8bb1eb0d1f16cfc4d6fd0a0f9af to your computer and use it in GitHub Desktop.
Save mseemann/8b25e8bb1eb0d1f16cfc4d6fd0a0f9af to your computer and use it in GitHub Desktop.
mongodb-streams
@Document(collection = ResumeTokenRepository.USER_COLLECTION)
public record User(@Id String id, @Indexed String userName) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment