Class CollectExternalConfiguration
java.lang.Object
fr.gouv.vitam.common.server.application.configuration.DefaultVitamApplicationConfiguration
fr.gouv.vitam.collect.external.external.rest.CollectExternalConfiguration
- All Implemented Interfaces:
VitamApplicationConfiguration
,VitamApplicationConfigurationInterface
Collect external Configuration
-
Field Summary
Fields inherited from class fr.gouv.vitam.common.server.application.configuration.DefaultVitamApplicationConfiguration
IS_A_MANDATORY_PARAMETER, jettyConfig
-
Constructor Summary
ConstructorsConstructorDescriptionCollectExternalConfiguration empty constructor for YAMLFactory -
Method Summary
Modifier and TypeMethodDescriptionlong
int
boolean
void
setAllowSslClientHeader
(boolean allowSslClientHeader) void
setIngestionThreadFrequencySeconds
(long ingestionThreadFrequencySeconds) void
setIngestionThreadPoolSize
(int ingestionThreadPoolSize) Methods inherited from class fr.gouv.vitam.common.server.application.configuration.DefaultVitamApplicationConfiguration
getAdminBasicAuth, getJettyConfig, isAuthentication, isAuthorizeTrackTotalHits, isEnableSession, isEnableXsrFilter, isTenantFilter, setAdminBasicAuth, setAuthentication, setAuthorizeTrackTotalHits, setEnableSession, setEnableXsrFilter, setJettyConfig, setTenantFilter
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface fr.gouv.vitam.common.server.application.configuration.VitamApplicationConfigurationInterface
getBaseUri, getBaseUrl, setBaseUri, setBaseUrl
-
Constructor Details
-
CollectExternalConfiguration
public CollectExternalConfiguration()CollectExternalConfiguration empty constructor for YAMLFactory
-
-
Method Details
-
isAllowSslClientHeader
public boolean isAllowSslClientHeader() -
setAllowSslClientHeader
public void setAllowSslClientHeader(boolean allowSslClientHeader) -
getIngestionThreadPoolSize
public int getIngestionThreadPoolSize() -
getIngestionThreadFrequencySeconds
public long getIngestionThreadFrequencySeconds() -
setIngestionThreadFrequencySeconds
public void setIngestionThreadFrequencySeconds(long ingestionThreadFrequencySeconds) -
setIngestionThreadPoolSize
public void setIngestionThreadPoolSize(int ingestionThreadPoolSize)
-