Class ServiceRegistry

java.lang.Object
org.apache.tinkerpop.gremlin.structure.service.ServiceRegistry
All Implemented Interfaces:
AutoCloseable, Service, Service.DirectoryService, Service.ServiceFactory
Direct Known Subclasses:
TinkerServiceRegistry

public class ServiceRegistry extends Object implements Service.DirectoryService, AutoCloseable
A basic service registry implementation used by CallStep. This service registry contains one meta-service - the Service.DirectoryService, which is used to list and describe registered callable services.
Author:
Mike Personick (http://github.com/mikepersonick)