Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ghillert/79846dc21c8867f258782528f4737b16 to your computer and use it in GitHub Desktop.
Save ghillert/79846dc21c8867f258782528f4737b16 to your computer and use it in GitHub Desktop.
coherence-3.0.0-m2-topics-publisher.java
@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