Interface PingUrlAccessor.PingUrlBuilder<B extends PingUrlAccessor.PingUrlBuilder<?>>

Type Parameters:
B - The builder which implements the PingUrlAccessor.PingUrlBuilder.
All Known Subinterfaces:
HttpServerDescriptor.HttpServerDescriptorBuilder<B>
Enclosing interface:
PingUrlAccessor

public static interface PingUrlAccessor.PingUrlBuilder<B extends PingUrlAccessor.PingUrlBuilder<?>>
Provides a mutator for an ping Url property.
  • Method Summary

    Modifier and Type
    Method
    Description
    withPingUrl(org.refcodes.web.Url aPingUrl)
    Sets the ping Url to use and returns this builder as of the builder pattern.
  • Method Details

    • withPingUrl

      B withPingUrl(org.refcodes.web.Url aPingUrl)
      Sets the ping Url to use and returns this builder as of the builder pattern.
      Parameters:
      aPingUrl - The ping Url to be stored by the ping Url property.
      Returns:
      This PingUrlAccessor.PingUrlBuilder instance to continue configuration.