Created
July 13, 2021 06:37
-
-
Save ghillert/79846dc21c8867f258782528f4737b16 to your computer and use it in GitHub Desktop.
coherence-3.0.0-m2-topics-publisher.java
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
@CoherencePublisher | |
public interface ProductClient { | |
@Topic("my-products") | |
void sendProduct(Product product); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment