Skip to content

Instantly share code, notes, and snippets.

@alexandre-jacquot-ptl
Created June 7, 2021 15:49
Show Gist options
  • Save alexandre-jacquot-ptl/1e838962ad755c31e9a49b6904370acb to your computer and use it in GitHub Desktop.
Save alexandre-jacquot-ptl/1e838962ad755c31e9a49b6904370acb to your computer and use it in GitHub Desktop.
r2dbc notification topic
@Getter
public enum NotificationTopic {
ITEM_SAVED,
ITEM_DELETED;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment