public interface ISenderConfig
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEndpointUrl()
Gets the url to which payloads will be sent
|
int |
getSenderConnectTimeout()
Gets the timeout for connecting to the data collector endpoint
|
int |
getSenderReadTimeout()
Gets the timeout for reading the response from the data collector endpoint
|
void |
setEndpointUrl(java.lang.String endpointUrl)
Sets the url to which payloads will be sent
|
void |
setSenderConnectTimeout(int senderConnectTimeout)
Set the timeout for connecting to the data collector endpoint
|
void |
setSenderReadTimeout(int senderReadTimeout)
Set the timeout for reading the response from the data collector endpoint
|
java.lang.String getEndpointUrl()
void setEndpointUrl(java.lang.String endpointUrl)
endpointUrl - url of the server that receives our dataint getSenderReadTimeout()
void setSenderReadTimeout(int senderReadTimeout)
int getSenderConnectTimeout()
void setSenderConnectTimeout(int senderConnectTimeout)