-
- All Known Subinterfaces:
HttpDiscovery<B>
,HttpDiscoveryContext
,HttpDiscoveryRestClient<B>
,HttpDiscoverySidecar<B>
,HttpDiscoveryUrlAccessor.HttpDiscoveryUrlProperty
- All Known Implementing Classes:
AbstractHttpDiscoveryRestClientDecorator
,AbstractHttpDiscoverySidecar
,HttpDiscoveryContextBuilder
public interface HttpDiscoveryUrlAccessor
Provides an accessor for a service discovery discoveryUrl
property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
HttpDiscoveryUrlAccessor.HttpDiscoveryUrlBuilder<B extends HttpDiscoveryUrlAccessor.HttpDiscoveryUrlBuilder<B>>
Provides a builder method for a service discovery discovery URL property returning the builder for applying multiple build operations.static interface
HttpDiscoveryUrlAccessor.HttpDiscoveryUrlMutator
Provides a mutator for a service discovery discovery URL property.static interface
HttpDiscoveryUrlAccessor.HttpDiscoveryUrlProperty
Provides a service discovery discovery URL property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.refcodes.web.Url
getHttpDiscoveryUrl()
Retrieves the URL from the URL property locating the service discovery discovery.
-