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 RestateHttpServerProperties
.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionBean name to use to configure this component.
-
Element Details
-
configuration
String configurationBean name to use to configure this component. The bean MUST be an instance ofRestateServiceConfigurator
.- Default:
""
-