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 commit() or rollback() will
then close the transaction and thus, the session. This feature only works with transaction enabled graphs.
A controller for a remote transaction that is constructed from
g.tx(). Callingbegin()on this object will produce a newGraphTraversalSourcethat is bound to a remote transaction over which multiple traversals may be executed in that context. Callingcommit()orrollback()will then close the transaction and thus, the session. This feature only works with transaction enabled graphs.