Interface PingPathAccessor.PingPathBuilder<B extends PingPathAccessor.PingPathBuilder<?>>

Type Parameters:
B - The builder which implements the PingPathAccessor.PingPathBuilder.
All Known Subinterfaces:
HttpRegistry<DESC,B>, HttpRegistryRestServer<DESC,B>, HttpRegistrySidecar<DESC,B>
All Known Implementing Classes:
AbstractHttpRegistryRestServerDecorator, AbstractHttpRegistrySidecar
Enclosing interface:
PingPathAccessor

public static interface PingPathAccessor.PingPathBuilder<B extends PingPathAccessor.PingPathBuilder<?>>
Provides a mutator for an ping path property.
  • Method Summary

    Modifier and Type
    Method
    Description
    withPingPath(String aPingPath)
    Sets the ping path to use and returns this builder as of the builder pattern.
  • Method Details

    • withPingPath

      B withPingPath(String aPingPath)
      Sets the ping path to use and returns this builder as of the builder pattern.
      Parameters:
      aPingPath - The ping path to be stored by the ping path property.
      Returns:
      This PingPathAccessor.PingPathBuilder instance to continue configuration.