Package akka.javasdk.annotations
Annotation Interface Produce.ToTopic
- Enclosing class:
Produce
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.
-