Class IndexableServiceRegistry

java.lang.Object
com.peterphi.std.guice.serviceregistry.index.IndexableServiceRegistry

public class IndexableServiceRegistry extends Object
A registry of indexable services exposed through this application
  • Constructor Details

    • IndexableServiceRegistry

      public IndexableServiceRegistry()
  • Method Details

    • register

      public static void register(Class<?> iface)
    • register

      public static void register(String serviceInterface, String endpoint)
    • register

      public static void register(ManualIndexableService service)
    • getLocalServices

      public static Set<Class<?>> getLocalServices()
    • getRemoteServices

      public static Set<ManualIndexableService> getRemoteServices()
    • getRevision

      public static int getRevision()