Package dev.restate.sdk.annotation


package dev.restate.sdk.annotation
  • Annotation Interfaces
    Class
    Description
    Define the acceptable content type.
    Defines a method as an exclusive handler, as opposed to Shared handlers.
    Annotate a method as Restate handler.
    Serialize/Deserialize the annotated element as Json
    Skip serialization/deserialization of the annotated element.
    Annotation to define a class/interface as Restate Service.
    Defines a method as a Shared handler.
    Annotation to define a class/interface as Restate VirtualObject.
    Annotation to define a class/interface as Restate Workflow.