Class IngestInternalClientConfiguration
java.lang.Object
fr.gouv.vitam.common.client.configuration.ClientConfigurationImpl
fr.gouv.vitam.ingest.internal.client.IngestInternalClientConfiguration
- All Implemented Interfaces:
ClientConfiguration
IngestInternalConfiguration contains access informations of ingest
-
Constructor Summary
ConstructorDescriptionEmpty constructor used by YAMLFactory to instanciate the objectIngestInternalClientConfiguration
(String serverHost, int serverPort) Construct a configuration with all parameters at once -
Method Summary
Methods inherited from class fr.gouv.vitam.common.client.configuration.ClientConfigurationImpl
getServerHost, getServerPort, isSecure, setServerHost, setServerPort
-
Constructor Details
-
IngestInternalClientConfiguration
public IngestInternalClientConfiguration()Empty constructor used by YAMLFactory to instanciate the object -
IngestInternalClientConfiguration
Construct a configuration with all parameters at once- Parameters:
serverHost
- the server hostnameserverPort
- the server port
-