Interface ConditionBasedSignalFetchConfig.Builder

    • Method Detail

      • conditionExpression

        ConditionBasedSignalFetchConfig.Builder conditionExpression​(String conditionExpression)

        The condition that must be satisfied to trigger a signal fetch.

        Parameters:
        conditionExpression - The condition that must be satisfied to trigger a signal fetch.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • triggerMode

        ConditionBasedSignalFetchConfig.Builder triggerMode​(String triggerMode)

        Indicates the mode in which the signal fetch is triggered.

        Parameters:
        triggerMode - Indicates the mode in which the signal fetch is triggered.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TriggerMode, TriggerMode
      • triggerMode

        ConditionBasedSignalFetchConfig.Builder triggerMode​(TriggerMode triggerMode)

        Indicates the mode in which the signal fetch is triggered.

        Parameters:
        triggerMode - Indicates the mode in which the signal fetch is triggered.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TriggerMode, TriggerMode