Annotation Interface RestateComponent


@Target(TYPE) @Retention(RUNTIME) @Documented @Component public @interface RestateComponent
Add this annotation to a class annotated with Restate's Service or VirtualObject or Workflow to bind them to the Restate HTTP Endpoint.

You can configure the Restate HTTP Endpoint using RestateEndpointProperties and RestateHttpServerProperties.

  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Bean name to use to configure this component.
  • Element Details