Package org.refcodes.rest
Interface HttpDiscoveryUrlAccessor
-
- All Known Subinterfaces:
HttpDiscovery<B>,HttpDiscoveryContext,HttpDiscoveryContext.HttpDiscoveryContextBuilder,HttpDiscoveryRestClient<B>,HttpDiscoverySidecar<B>,HttpDiscoveryUrlAccessor.HttpDiscoveryUrlProperty
- All Known Implementing Classes:
AbstractHttpDiscoveryRestClientDecorator,AbstractHttpDiscoverySidecar,HttpDiscoveryContextBuilderImpl
public interface HttpDiscoveryUrlAccessorProvides an accessor for a service discovery discoveryUrlproperty.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceHttpDiscoveryUrlAccessor.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 interfaceHttpDiscoveryUrlAccessor.HttpDiscoveryUrlMutatorProvides a mutator for a service discovery discovery URL property.static interfaceHttpDiscoveryUrlAccessor.HttpDiscoveryUrlPropertyProvides a service discovery discovery URL property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.refcodes.net.UrlgetHttpDiscoveryUrl()Retrieves the URL from the URL property locating the service discovery discovery.
-