Class DefaultEndpointConfiguration

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<java.lang.String> getUrl()  
      void setUrl​(java.lang.String url)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultEndpointConfiguration

        public DefaultEndpointConfiguration()
    • Method Detail

      • getUrl

        public java.util.Optional<java.lang.String> getUrl()
        Specified by:
        getUrl in interface EndpointConfiguration
        Returns:
        The optional endpoint url
      • setUrl

        public void setUrl​(java.lang.String url)
        Parameters:
        url - The endpoint URL