Interface HttpDiscoveryUrlAccessor.HttpDiscoveryUrlBuilder<B extends HttpDiscoveryUrlAccessor.HttpDiscoveryUrlBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
All Known Subinterfaces:
HttpDiscovery<B>, HttpDiscoveryRestClient<B>, HttpDiscoverySidecar<B>
All Known Implementing Classes:
AbstractHttpDiscoveryRestClientDecorator, AbstractHttpDiscoverySidecar, HttpDiscoveryContextBuilder
Enclosing interface:
HttpDiscoveryUrlAccessor

public 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.
  • Method Summary

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

    • withHttpDiscoveryUrl

      B withHttpDiscoveryUrl(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.
      Returns:
      The builder for applying multiple build operations.