configuration

@AliasFor(annotation = RestateComponent::class, attribute = "configuration")
abstract fun configuration(): String

Bean name to use to configure this component.

The bean MUST be an instance of RestateComponentProperties.