Package org.apache.tinkerpop.gremlin.structure.service
package org.apache.tinkerpop.gremlin.structure.service
-
ClassDescriptionService<I,
R> Service call with I input type and R return type.Meta-service to list and describe registered callable services.Context information for service call invocation.The service factory creates instances of callable services based on the desired execution type.Service calls can appear at the start of a traversal or mid-traversal.A basic service registry implementation used byCallStep.