Created
July 13, 2021 07:02
-
-
Save ghillert/c83a41c7b78cd0a8d6e6e8e224d4eab1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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