Package org.refcodes.rest
Interface HttpRegistryUrlAccessor.HttpRegistryUrlMutator
-
- All Known Subinterfaces:
HttpRegistry<DESC,B>,HttpRegistryContext.HttpRegistryContextBuilder<DESC>,HttpRegistryRestServer<DESC,B>,HttpRegistrySidecar<DESC,B>,HttpRegistryUrlAccessor.HttpRegistryUrlProperty
- All Known Implementing Classes:
AbstractHttpRegistryContextBuilder,AbstractHttpRegistryRestServerDecorator,AbstractHttpRegistrySidecar
- Enclosing interface:
- HttpRegistryUrlAccessor
public static interface HttpRegistryUrlAccessor.HttpRegistryUrlMutatorProvides a mutator for a service registry registry URL property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetHttpRegistryUrl(org.refcodes.net.Url aRegistryUrl)Sets the URL for the URL property locating the service registry registry.
-