Interface Service<I,R>

All Superinterfaces:
AutoCloseable
All Known Subinterfaces:
Service.DirectoryService<I>
All Known Implementing Classes:
ServiceRegistry, TinkerDegreeCentralityFactory, TinkerServiceRegistry, TinkerServiceRegistry.LambdaBarrierService, TinkerServiceRegistry.LambdaStartService, TinkerServiceRegistry.LambdaStreamingService, TinkerServiceRegistry.TinkerService, TinkerTextSearchFactory

public interface Service<I,R> extends AutoCloseable
Service call with I input type and R return type. Services can return Traversers or raw values (which will be converted into Traversers by CallStep.
Author:
Mike Personick (http://github.com/mikepersonick)