Interface HttpDiscoveryUrlAccessor.HttpDiscoveryUrlMutator

All Known Subinterfaces:
HttpDiscovery<B>, HttpDiscoverySidecar<B>, HttpDiscoveryUrlAccessor.HttpDiscoveryUrlProperty, RestfulHttpDiscoveryClient<B>
All Known Implementing Classes:
AbstractHttpDiscoverySidecar, AbstractRestfulHttpDiscoveryClientDecorator, HttpDiscoveryContextBuilder
Enclosing interface:
HttpDiscoveryUrlAccessor

public static interface HttpDiscoveryUrlAccessor.HttpDiscoveryUrlMutator
Provides a mutator for a service discovery discovery URL property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setHttpDiscoveryUrl(org.refcodes.web.Url aUrl)
    Sets the URL for the URL property locating the service discovery discovery.
  • Method Details

    • setHttpDiscoveryUrl

      void setHttpDiscoveryUrl(org.refcodes.web.Url aUrl)
      Sets the URL for the URL property locating the service discovery discovery.
      Parameters:
      aUrl - The service discovery discovery URL to be stored by the URL property.