We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c471558 commit 87a9691Copy full SHA for 87a9691
modules/ROOT/pages/extending-neo4j/project-setup.adoc
@@ -197,7 +197,8 @@ public class CustomDatabaseSeedProvider implements DatabaseSeedProvider {
197
}
198
----
199
200
-To implement the custom database seed provider, you must implement three methods on the top-level `DatabaseSeedProvider` interface.
+To implement the custom database seed provider, you must define three methods on the top-level `DatabaseSeedProvider` interface:
201
+
202
* A method to match the URIs that the provider can manage.
203
* A method to stream backups or dumps from a specified URI.
204
* A method to inject dependencies in the provider.
0 commit comments