Interface OutboundServicesConfiguration
-
- All Superinterfaces:
MonitoringConfiguration
- All Known Implementing Classes:
DefaultOutboundServicesConfiguration
public interface OutboundServicesConfiguration extends MonitoringConfiguration
Configuration for Outbound Services extension
-
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_MAX_RESPONSE_PAYLOAD_SIZEstatic longDEFAULT_REQUEST_EXECUTION_TIMEOUT_MS
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default intgetMaximumResponsePayloadSize()Retrieves the maximum response payload sizedefault longgetRequestExecutionTimeout()Gets the outbound request timeout in milliseconds-
Methods inherited from interface de.hybris.platform.integrationservices.monitoring.MonitoringConfiguration
isMonitoringEnabled, isPayloadRetentionForErrorEnabled, isPayloadRetentionForSuccessEnabled
-
-
-
-
Field Detail
-
DEFAULT_MAX_RESPONSE_PAYLOAD_SIZE
static final int DEFAULT_MAX_RESPONSE_PAYLOAD_SIZE
- See Also:
- Constant Field Values
-
DEFAULT_REQUEST_EXECUTION_TIMEOUT_MS
static final long DEFAULT_REQUEST_EXECUTION_TIMEOUT_MS
- See Also:
- Constant Field Values
-
-
Method Detail
-
getMaximumResponsePayloadSize
default int getMaximumResponsePayloadSize()
Retrieves the maximum response payload size- Returns:
- the maximum payload size
-
getRequestExecutionTimeout
default long getRequestExecutionTimeout()
Gets the outbound request timeout in milliseconds- Returns:
- timeout value
-
-