Interface ApplicationSettingsJourneyLimits.Builder

    • Method Detail

      • dailyCap

        ApplicationSettingsJourneyLimits.Builder dailyCap​(Integer dailyCap)

        The daily number of messages that an endpoint can receive from all journeys. The maximum value is 100. If set to 0, this limit will not apply.

        Parameters:
        dailyCap - The daily number of messages that an endpoint can receive from all journeys. The maximum value is 100. If set to 0, this limit will not apply.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • timeframeCap

        ApplicationSettingsJourneyLimits.Builder timeframeCap​(JourneyTimeframeCap timeframeCap)

        The default maximum number of messages that can be sent to an endpoint during the specified timeframe for all journeys.

        Parameters:
        timeframeCap - The default maximum number of messages that can be sent to an endpoint during the specified timeframe for all journeys.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • totalCap

        ApplicationSettingsJourneyLimits.Builder totalCap​(Integer totalCap)

        The default maximum number of messages that a single journey can sent to a single endpoint. The maximum value is 100. If set to 0, this limit will not apply.

        Parameters:
        totalCap - The default maximum number of messages that a single journey can sent to a single endpoint. The maximum value is 100. If set to 0, this limit will not apply.
        Returns:
        Returns a reference to this object so that method calls can be chained together.