Interface ConfigStoreFactory

    • Method Detail

      • name

        String name()
        Returns:
        the name of the factory.
      • create

        ConfigStore create​(Vertx vertx,
                           JsonObject configuration)
        Creates an instance of the ConfigStore.
        Parameters:
        vertx - the vert.x instance, never null
        configuration - the configuration, never null, but potentially empty
        Returns:
        the created configuration store