Interface StubsRegistrar
-
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
ConsulStubsRegistrar,EurekaStubsRegistrar,ZookeeperStubsRegistrar
public interface StubsRegistrar extends AutoCloseable
Contract for registering stubs in a Service Discovery.- Since:
- 1.0.0
- Author:
- Marcin Grzejszczak
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidregisterStubs()-
Methods inherited from interface java.lang.AutoCloseable
close
-
-