Package org.refcodes.rest
Interface HttpDiscoveryUrlAccessor.HttpDiscoveryUrlMutator
-
- All Known Subinterfaces:
HttpDiscovery<B>
,HttpDiscoveryContext.HttpDiscoveryContextBuilder
,HttpDiscoveryRestClient<B>
,HttpDiscoverySidecar<B>
,HttpDiscoveryUrlAccessor.HttpDiscoveryUrlProperty
- All Known Implementing Classes:
AbstractHttpDiscoveryRestClientDecorator
,AbstractHttpDiscoverySidecar
,HttpDiscoveryContextBuilderImpl
- Enclosing interface:
- HttpDiscoveryUrlAccessor
public static interface HttpDiscoveryUrlAccessor.HttpDiscoveryUrlMutator
Provides a mutator for a service discovery discovery URL property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setHttpDiscoveryUrl(org.refcodes.net.Url aUrl)
Sets the URL for the URL property locating the service discovery discovery.
-