KsqlConfigurable¶
KsqlConfigurable
is an abstraction of configurable services (of a ksqlDB API server instance).
Contract¶
Configuring Service¶
void configure(
KsqlConfig config)
Configures this service with the given KsqlConfig
Used when:
KsqlRestApplication
is requested to startAsync