RestateEndpointConfiguration

@Configuration
@EnableConfigurationProperties(value = [RestateEndpointProperties::class, RestateComponentsProperties::class])
open class RestateEndpointConfiguration

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Link copied to clipboard
@Bean
@Nullable
open fun restateEndpoint(applicationContext: ApplicationContext, restateEndpointProperties: RestateEndpointProperties, restateComponentsProperties: RestateComponentsProperties): @Nullable Endpoint