Package dev.restate.sdk.springboot
Annotation 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
.