Class HttpConnectorOutgoingConfiguration

    • Constructor Detail

      • HttpConnectorOutgoingConfiguration

        public HttpConnectorOutgoingConfiguration​(org.eclipse.microprofile.config.Config config)
        Creates a new HttpConnectorOutgoingConfiguration.
    • Method Detail

      • getUrl

        public String getUrl()
        Gets the url value from the configuration. Attribute Name: url Description: The targeted URL Mandatory: yes
        Returns:
        the url
      • getMethod

        public String getMethod()
        Gets the method value from the configuration. Attribute Name: method Description: The HTTP method (either `POST` or `PUT`) Default Value: POST
        Returns:
        the method
      • getConverter

        public Optional<String> getConverter()
        Gets the converter value from the configuration. Attribute Name: converter Description: The converter classname used to serialized the outgoing message in the HTTP body
        Returns:
        the converter