vertx / io.vertx.config.spring / SpringConfigServerStoreFactory

SpringConfigServerStoreFactory

open class SpringConfigServerStoreFactory : ConfigStoreFactory

Factory to create instance of SpringConfigServerStore.

Author
Clement Escoffier

Constructors

<init>

SpringConfigServerStoreFactory()

Factory to create instance of SpringConfigServerStore.

Functions

create

open fun create(vertx: Vertx, configuration: JsonObject): ConfigStore

name

open fun name(): String