java.lang.Object
org.apache.tinkerpop.gremlin.process.traversal.step.util.AbstractStep<S,E>
org.apache.tinkerpop.gremlin.process.traversal.step.map.CallStep<S,E>
All Implemented Interfaces:
Serializable, AutoCloseable, Cloneable, Iterator<Traverser.Admin<E>>, Step<S,E>, Configuring, CallStepContract<S,E>, Parameterizing, PopContaining, TraversalParent

public final class CallStep<S,E> extends AbstractStep<S,E> implements CallStepContract<S,E>
Reference implementation for service calls via the ServiceRegistry and Service APIs. This step can be used to start a traversal or it can be used mid-traversal with one at a time or barrier execution.
Author:
Mike Personick (http://github.com/mikepersonick)
See Also: