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 RestateEndpointHttpServerProperties.