class ConnectionParametersBuilder
Parents
object
Brief
Sets additional connection parameters, including application name, number of reconnects before attempting to disconnect, resilience policy, agent name, login timeout, and number of seconds before reconnect
| Public Methods | |
|---|---|
| getResilienceBuilder | Returns object used to set and manage parameters related to resilience policies in the application |
| setLoginTimeoutInSeconds | Sets the number of seconds that the client application should wait for a login response before timing out |
| setApplicationName | Sets application name |
| setAgent | Sets agent's name |
| setReconnectionsNumber | Sets number of reconnects before attempting to disconnect |
| setReconnectionDelayInSeconds | Sets the number of seconds before reconnecting |
| setResilienceBuilder | Sets a resilience policy |
| build | Sets the parameters of the connection |
| copyFrom | Copies properties from one object to another, setting properties in the current object equal to the values of the chosen parameters by calling the appropriate accessor methods |
| ConnectionParametersBuilder | This method is a constructor for the class setting additional connection parameters. The constructor does not return any values |