Module org.refcodes.rest
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.HttpRegistryUrlMutator
Provides a mutator for a service registry registry URL property.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setHttpRegistryUrl
(org.refcodes.web.Url aRegistryUrl) Sets the URL for the URL property locating the service registry registry.
-
Method Details
-
setHttpRegistryUrl
void setHttpRegistryUrl(org.refcodes.web.Url aRegistryUrl) Sets the URL for the URL property locating the service registry registry.- Parameters:
aRegistryUrl
- The service registry registry URL to be stored by the URL property.
-