Interface MonitoringConfiguration
- All Known Subinterfaces:
InboundServicesConfiguration,OutboundServicesConfiguration
- All Known Implementing Classes:
DefaultInboundServicesConfiguration,DefaultOutboundServicesConfiguration
public interface MonitoringConfiguration
Defines configuration for monitoring
-
Method Summary
Modifier and TypeMethodDescriptionbooleanDetermines if monitoring is enabledbooleanDetermines current setting of payload retention for non successful requests.booleanDetermines current setting of payload retention for successful requests.
-
Method Details
-
isPayloadRetentionForSuccessEnabled
boolean isPayloadRetentionForSuccessEnabled()Determines current setting of payload retention for successful requests.- Returns:
- true or false depending if the property is enabled or not.
-
isPayloadRetentionForErrorEnabled
boolean isPayloadRetentionForErrorEnabled()Determines current setting of payload retention for non successful requests.- Returns:
- true or false depending if the property is enabled or not.
-
isMonitoringEnabled
boolean isMonitoringEnabled()Determines if monitoring is enabled- Returns:
- true if monitoring is enabled, false otherwise
-