Annotation Interface Subscribe


public @interface Subscribe
Annotation for providing ways to subscribe to different streams of information: value entities, event-sourced entities or topic.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static @interface 
    Annotation for subscribing to updates from an Event-sourced Entity.
    static @interface 
    Annotation for subscribing to messages from another Kalix service.
    static @interface 
    Annotation for subscribing to messages from a topic (i.e PubSub or Kafka topic).
    static @interface 
    Annotation for subscribing to updates from a Value Entity.