Skip to content

Instantly share code, notes, and snippets.

@lamoboos223
Created May 7, 2022 00:31
Show Gist options
  • Save lamoboos223/ccf446db8c615bfd4ca0b529cb87d767 to your computer and use it in GitHub Desktop.
Save lamoboos223/ccf446db8c615bfd4ca0b529cb87d767 to your computer and use it in GitHub Desktop.
public enum EventTypes {
ORDER_CREATED,
ORDER_SERVING,
ORDER_CANCELLED,
ORDER_SERVED,
ORDER_UPDATED,
ORDER_DELETED
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment