Package 

Interface ISenderConfig

    • Method Summary

      Modifier and Type Method Description
      abstract String getEndpointUrl() Gets the url to which payloads will be sent
      abstract void setEndpointUrl(String endpointUrl) Sets the url to which payloads will be sent
      abstract int getSenderReadTimeout() Gets the timeout for reading the response from the data collector endpoint
      abstract void setSenderReadTimeout(int senderReadTimeout) Set the timeout for reading the response from the data collector endpoint
      abstract int getSenderConnectTimeout() Gets the timeout for connecting to the data collector endpoint
      abstract void setSenderConnectTimeout(int senderConnectTimeout) Set the timeout for connecting to the data collector endpoint
      • Methods inherited from class java.lang.Object

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

      • setEndpointUrl

         abstract void setEndpointUrl(String endpointUrl)

        Sets the url to which payloads will be sent

        Parameters:
        endpointUrl - url of the server that receives our data
      • getSenderReadTimeout

         abstract int getSenderReadTimeout()

        Gets the timeout for reading the response from the data collector endpoint

      • setSenderReadTimeout

         abstract void setSenderReadTimeout(int senderReadTimeout)

        Set the timeout for reading the response from the data collector endpoint

      • getSenderConnectTimeout

         abstract int getSenderConnectTimeout()

        Gets the timeout for connecting to the data collector endpoint

      • setSenderConnectTimeout

         abstract void setSenderConnectTimeout(int senderConnectTimeout)

        Set the timeout for connecting to the data collector endpoint