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
Modifier and TypeClassDescriptionstatic @interface
Annotation for consuming events from anEventSourcedEntity
.static @interface
Annotation for consuming state updates from aKeyValueEntity
.static @interface
Annotation for consuming messages from another service.static @interface
Annotation for consuming messages from a topic (i.e PubSub or Kafka topic).