Interface HttpServerDescriptorFactory<DESC extends HttpServerDescriptor>

Type Parameters:
DESC - The type of the server discovery descriptor (the object describing your service and locating the service registry).
All Known Subinterfaces:
HttpRegistry<DESC,​B>, HttpRegistryRestServer<DESC,​B>, HttpRegistrySidecar<DESC,​B>
All Known Implementing Classes:
AbstractHttpRegistryRestServerDecorator, AbstractHttpRegistrySidecar

public interface HttpServerDescriptorFactory<DESC extends HttpServerDescriptor>
The HttpServerDescriptorFactory provides factory functionality for creating HttpServerDescriptor instances.