Class NoopRegistryService

java.lang.Object
org.kiwiproject.registry.server.NoopRegistryService
All Implemented Interfaces:
RegistryService

public class NoopRegistryService extends Object implements RegistryService
A No-op implementation of the RegistryService. This is useful if you want to run a service that needs to register with a registry but don't have a registry service to connect to.
  • Constructor Details

    • NoopRegistryService

      public NoopRegistryService()
  • Method Details