Class ManualIndexableService

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

public class ManualIndexableService extends Object
Describes a service which is not automatically exposed by this application (for example, it may be a remote service that this application is responsible for registering with the index service)
  • Field Details

    • serviceInterface

      public final String serviceInterface
    • endpoint

      public final String endpoint
  • Constructor Details

    • ManualIndexableService

      public ManualIndexableService(String serviceInterface, String endpoint)
  • Method Details