Package org.refcodes.rest
Interface HttpRegistryUrlAccessor
-
- All Known Subinterfaces:
HttpRegistry<DESC,B>,HttpRegistryContext<DESC>,HttpRegistryContext.HttpRegistryContextBuilder<DESC>,HttpRegistryRestServer<DESC,B>,HttpRegistrySidecar<DESC,B>,HttpRegistryUrlAccessor.HttpRegistryUrlProperty
- All Known Implementing Classes:
AbstractHttpRegistryContextBuilder,AbstractHttpRegistryRestServerDecorator,AbstractHttpRegistrySidecar
public interface HttpRegistryUrlAccessorProvides an accessor for a service registry registryUrlproperty.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceHttpRegistryUrlAccessor.HttpRegistryUrlBuilder<B extends HttpRegistryUrlAccessor.HttpRegistryUrlBuilder<B>>Provides a builder method for a service registry registry URL property returning the builder for applying multiple build operations.static interfaceHttpRegistryUrlAccessor.HttpRegistryUrlMutatorProvides a mutator for a service registry registry URL property.static interfaceHttpRegistryUrlAccessor.HttpRegistryUrlPropertyProvides a service registry registry URL property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.refcodes.net.UrlgetHttpRegistryUrl()Retrieves the URL from the URL property locating the service registry registry.
-