Package akka.javasdk.annotations
Annotation Interface Component
Assign metadata to a component (required for all component types aside from Endpoints).
The id should be unique among the different components.
In the case of Entities, Workflows and Views, the component id should be stable as a different identifier means a different representation in storage. Changing this identifier will create a new class of component and all previous instances using the old identifier won't be accessible anymore.
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionA description of what this component does (optional).A human-readable name for this component (optional).