Package akka.javasdk.annotations.http


package akka.javasdk.annotations.http
Annotations for HttpEndpoint
  • Annotation Interfaces
    Class
    Description
    Annotation to mark a method as handling HTTP DELETE requests.
    Annotation to mark a method as handling HTTP GET requests.
    Annotation to mark a class as an HTTP endpoint that exposes RESTful APIs.
    Annotation to mark a method as handling HTTP PATCH requests.
    Annotation to mark a method as handling HTTP POST requests.
    Annotation to mark a method as handling HTTP PUT requests.