Namespace Gremlin.Net.Process.Remote
Classes
RemoteStrategy
Reconstructs a
RemoteTransaction
A controller for a remote transaction that is constructed from
g.Tx()
. Calling Begin()
on
this object will produce a new GraphTraversalSource
that is bound to a remote transaction over which
multiple traversals may be executed in that context. Calling CommitAsync()
or
RollbackAsync()
will then close the transaction and thus, the session. This feature only works with
transaction enabled graphs.
Interfaces
IRemoteConnection
A simple abstraction of a "connection" to a "server".