silentbalanceyh/vertx-zero

View on GitHub
vertx-ifx/zero-ifx-neo4j/src/main/java/io/vertx/up/plugin/neo4j/Neo4jClient.java

Summary

Maintainability
A
2 hrs
Test Coverage

Neo4jClient has 24 methods (exceeds 20 allowed). Consider refactoring.
Open

public interface Neo4jClient extends TpClient<Neo4jClient> {

    static Neo4jClient createShared(final Vertx vertx) {
        return new Neo4jClientImpl(vertx, Neo4jConfig.create());
    }

    There are no issues that match your filters.

    Category
    Status