Package akka.javasdk.annotations
Annotation Interface Produce
public @interface Produce
Annotation for ways of producing outgoing information.
Use on methods in a Consumer
.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic @interface
Annotation to configure the component to produce an event stream that can be consumed by other services.static @interface
Annotation for marking a method as producing information to be published on a PubSub or Kafka topic.