Interface ControllerNodeInfo.Builder

    • Method Detail

      • endpoints

        ControllerNodeInfo.Builder endpoints​(Collection<String> endpoints)

        Endpoints for accessing the Controller.

        Parameters:
        endpoints -

        Endpoints for accessing the Controller.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endpoints

        ControllerNodeInfo.Builder endpoints​(String... endpoints)

        Endpoints for accessing the Controller.

        Parameters:
        endpoints -

        Endpoints for accessing the Controller.

        Returns:
        Returns a reference to this object so that method calls can be chained together.