Interface ProxyServiceConfigurationMBean

All Superinterfaces:
CommonServiceConfigurationMBean, MonitoringConfigurationMBean

public interface ProxyServiceConfigurationMBean extends CommonServiceConfigurationMBean
Provides API to enable/disable services and enable/disable monitoring for a proxy service. todo proxysplit -> remove the pipeline alert methods, or this comment, once we have the resolution from the proxysplit spec
  • Field Details

  • Method Details

    • isPipelineAlertingEnabled

      boolean isPipelineAlertingEnabled(Ref serviceRef) throws Exception
      Returns true if the pipeline alert feature for this service is enabled.
      Parameters:
      serviceRef - the reference to the service
      Throws:
      Exception
    • enablePipelineAlerting

      void enablePipelineAlerting(Ref serviceRef) throws Exception
      Enables the pipeline alerts flag for this service. If this is first time pipeline alerts are being enabled for this service, the severity level is set to "Normal". If pipeline alerts were enabled for this service at any point in the past, alerts are now re-enabled at the most recent level of severity.
      Parameters:
      serviceRef - the reference to the service
      Throws:
      Exception
    • disablePipelineAlerting

      void disablePipelineAlerting(Ref serviceRef) throws Exception
      Disables pipeline alerts for this service. All Alert actions embedded in the flow of this service are reduced to no-ops.
      Parameters:
      serviceRef - the reference to the service
      Throws:
      Exception