Class GitConfigStoreFactory
java.lang.Object
io.vertx.config.git.GitConfigStoreFactory
- All Implemented Interfaces:
ConfigStoreFactory
- Author:
- Clement Escoffier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(Vertx vertx, JsonObject configuration) Creates an instance of theConfigStore.name()
-
Constructor Details
-
GitConfigStoreFactory
public GitConfigStoreFactory()
-
-
Method Details
-
name
- Specified by:
namein interfaceConfigStoreFactory- Returns:
- the name of the factory.
-
create
Description copied from interface:ConfigStoreFactoryCreates an instance of theConfigStore.- Specified by:
createin interfaceConfigStoreFactory- Parameters:
vertx- the vert.x instance, nevernullconfiguration- the configuration, nevernull, but potentially empty- Returns:
- the created configuration store
-