Interface HttpRegistryUrlAccessor.HttpRegistryUrlBuilder<B extends HttpRegistryUrlAccessor.HttpRegistryUrlBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
All Known Subinterfaces:
HttpRegistry<DESC,​B>, HttpRegistryContext.HttpRegistryContextBuilder<DESC>, HttpRegistryRestServer<DESC,​B>, HttpRegistrySidecar<DESC,​B>
All Known Implementing Classes:
AbstractHttpRegistryContextBuilder, AbstractHttpRegistryRestServerDecorator, AbstractHttpRegistrySidecar
Enclosing interface:
HttpRegistryUrlAccessor

public static interface HttpRegistryUrlAccessor.HttpRegistryUrlBuilder<B extends HttpRegistryUrlAccessor.HttpRegistryUrlBuilder<B>>
Provides a builder method for a service registry registry URL property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type Method Description
    B withHttpRegistryUrl​(org.refcodes.web.Url aUrl)
    Sets the URL for the URL property locating the service registry registry.
  • Method Details

    • withHttpRegistryUrl

      B withHttpRegistryUrl​(org.refcodes.web.Url aUrl)
      Sets the URL for the URL property locating the service registry registry.
      Parameters:
      aUrl - The service registry registry URL to be stored by the URL property.
      Returns:
      The builder for applying multiple build operations.