Package dev.restate.sdk.springboot
Annotation Interface RestateService
Proxy annotation for
Service
, to avoid naming clashes with Spring's built in annotations- See Also:
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionBean name to use to configure this service.
-
Element Details
-
configuration
Bean name to use to configure this service. The bean MUST be an instance ofRestateServiceConfigurator
.- Default:
""
-