Package akka.javasdk.annotations
Annotation Interface Consume
public @interface Consume
Annotation for providing ways to consume a stream of messages from Entities, other services, or
message broker topics.
Use on Consumer or TableUpdater.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceAnnotation for consuming events from anEventSourcedEntity.static @interfaceAnnotation for consuming state updates from aKeyValueEntity.static @interfaceAnnotation for consuming messages from another service.static @interfaceAnnotation for consuming messages from a topic (i.e PubSub or Kafka topic).static @interfaceAnnotation for consuming state updates from aWorkflow.