Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ghillert/c83a41c7b78cd0a8d6e6e8e224d4eab1 to your computer and use it in GitHub Desktop.
Save ghillert/c83a41c7b78cd0a8d6e6e8e224d4eab1 to your computer and use it in GitHub Desktop.
@CoherenceTopicListener
@Topic("my-products")
public void receive(Element<Product> product) {
// ... process message ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment