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
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceAnnotation to configure the component to produce an event stream that can be consumed by other services.static @interfaceAnnotation for marking a method as producing information to be published on a PubSub or Kafka topic.