Class WorkerRemoteConfiguration
java.lang.Object
fr.gouv.vitam.processing.common.model.WorkerRemoteConfiguration
Worker remote configuration : contains the properties used to create a worker client.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
setServerHost
(String serverHost) setServerPort
(int serverPort) toString()
toString : get the worker remote configuration
-
Constructor Details
-
WorkerRemoteConfiguration
- Parameters:
serverHost
- : the worker server hostserverPort
- : the worker server port
-
-
Method Details
-
getServerHost
- Returns:
- the serverHost
-
setServerHost
- Parameters:
serverHost
- the serverHost to set- Returns:
- this
-
getServerPort
public int getServerPort()- Returns:
- the serverPort
-
setServerPort
- Parameters:
serverPort
- the serverPort to set- Returns:
- this
-
toString
toString : get the worker remote configuration
-