Interface RemoteConnection

  • All Superinterfaces:
    AutoCloseable
    All Known Implementing Classes:
    EmbeddedRemoteConnection

    public interface RemoteConnection
    extends AutoCloseable
    A simple abstraction of a "connection" to a "server" that is capable of processing a Traversal and returning results. Results refer to both the Iterator of results from the submitted Traversal as well as the side-effects produced by that Traversal. Those results together are wrapped in a Traversal.
    Author:
    Stephen Mallette (http://stephen.genoprime.com), Marko A. Rodriguez (http://markorodriguez.com)