Package dev.restate.sdk.springboot
Annotation Interface EnableRestate
@Target(TYPE)
@Retention(RUNTIME)
@Documented
@Import({RestateHttpEndpointBean.class,RestateClientAutoConfiguration.class})
public @interface EnableRestate
Add this annotation in your application class next to the
SpringBootApplication
annotation to enable the Restate
Spring features.- See Also: