Interface As2AsyncMdnConnectorConfig.Builder

  • Method Details

    • url

      The URL endpoint where asynchronous MDN responses should be sent.

      Parameters:
      url - The URL endpoint where asynchronous MDN responses should be sent.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • serverIds

      A list of server identifiers that can handle asynchronous MDN responses. You can specify between 1 and 10 server IDs.

      Parameters:
      serverIds - A list of server identifiers that can handle asynchronous MDN responses. You can specify between 1 and 10 server IDs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • serverIds

      As2AsyncMdnConnectorConfig.Builder serverIds(String... serverIds)

      A list of server identifiers that can handle asynchronous MDN responses. You can specify between 1 and 10 server IDs.

      Parameters:
      serverIds - A list of server identifiers that can handle asynchronous MDN responses. You can specify between 1 and 10 server IDs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.