Class DefaultOutboundServicesConfiguration
- java.lang.Object
-
- de.hybris.platform.integrationservices.config.BaseIntegrationServicesConfiguration
-
- de.hybris.platform.outboundservices.config.DefaultOutboundServicesConfiguration
-
- All Implemented Interfaces:
MonitoringConfiguration,OutboundServicesConfiguration
public class DefaultOutboundServicesConfiguration extends BaseIntegrationServicesConfiguration implements OutboundServicesConfiguration
Provides access methods to configurations related to the Outbound Services
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.integrationservices.config.BaseIntegrationServicesConfiguration
FALLBACK_MESSAGE
-
-
Constructor Summary
Constructors Constructor Description DefaultOutboundServicesConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisMonitoringEnabled()Determines if monitoring is enabledbooleanisPayloadRetentionForErrorEnabled()Determines current setting of payload retention for non successful requests.booleanisPayloadRetentionForSuccessEnabled()Determines current setting of payload retention for successful requests.-
Methods inherited from class de.hybris.platform.integrationservices.config.BaseIntegrationServicesConfiguration
getBooleanProperty, getConfigurationService, getIntegerProperty, getStringProperty, setConfigurationService
-
-
-
-
Method Detail
-
isPayloadRetentionForSuccessEnabled
public boolean isPayloadRetentionForSuccessEnabled()
Description copied from interface:MonitoringConfigurationDetermines current setting of payload retention for successful requests.- Specified by:
isPayloadRetentionForSuccessEnabledin interfaceMonitoringConfiguration- Returns:
- true or false depending if the property is enabled or not.
-
isPayloadRetentionForErrorEnabled
public boolean isPayloadRetentionForErrorEnabled()
Description copied from interface:MonitoringConfigurationDetermines current setting of payload retention for non successful requests.- Specified by:
isPayloadRetentionForErrorEnabledin interfaceMonitoringConfiguration- Returns:
- true or false depending if the property is enabled or not.
-
isMonitoringEnabled
public boolean isMonitoringEnabled()
Description copied from interface:MonitoringConfigurationDetermines if monitoring is enabled- Specified by:
isMonitoringEnabledin interfaceMonitoringConfiguration- Returns:
- true if monitoring is enabled, false otherwise
-
-