Skip to content

Commit c471558

Browse files
Update modules/ROOT/pages/extending-neo4j/project-setup.adoc
Co-authored-by: NataliaIvakina <[email protected]>
1 parent 1c1f7da commit c471558

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

modules/ROOT/pages/extending-neo4j/project-setup.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,10 @@ public class CustomDatabaseSeedProvider implements DatabaseSeedProvider {
198198
----
199199

200200
To implement the custom database seed provider, you must implement three methods on the top-level `DatabaseSeedProvider` interface.
201-
One method to match the URIs it can manage, one to stream backups or dumps from the given URI, and one to inject dependencies in the provider.
201+
* A method to match the URIs that the provider can manage.
202+
* A method to stream backups or dumps from a specified URI.
203+
* A method to inject dependencies in the provider.
204+
202205
Additionally, you must implement a method on the nested `Dependencies` interface to resolve any dependencies required by your seed provider implementation.
203206

204207
Typically, the match method uses the URI scheme (the part specified before the first colon) to determine whether it can support the given URI or not.

0 commit comments

Comments
 (0)