Package kalix.javasdk.annotations
Annotation Interface Publish.Topic
- Enclosing class:
- Publish
Annotation for marking a method as producing information to be published on a PubSub or Kafka
topic.
-
Required Element Summary
-
Element Details
-
value
String valueAssign the name of the topic to be used for eventing out.
-