Skip to content
This repository was archived by the owner on Jun 9, 2020. It is now read-only.
This repository was archived by the owner on Jun 9, 2020. It is now read-only.

common interface for BatchInserter and GraphDatabaseService? #120

@ehx-v1

Description

@ehx-v1

I think as they both have the shutdown() method, there might be a common interface defining shutdown()
that would make some support code I'm making fairly more general, because I have a class wrapping BatchInserters (so far) which is an AutoCloseable and calls shutdown() in its close(), thus mediating between BatchInserters and try-with-resource
it would be really nice if that could be generalized to the interface providing shutdown() if there is such

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions