Interface ParticipantConfiguration.Builder

  • Method Details

    • responseMode

      ParticipantConfiguration.Builder responseMode(String responseMode)

      The mode in which responses should be sent to the participant.

      Parameters:
      responseMode - The mode in which responses should be sent to the participant.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • responseMode

      ParticipantConfiguration.Builder responseMode(ResponseMode responseMode)

      The mode in which responses should be sent to the participant.

      Parameters:
      responseMode - The mode in which responses should be sent to the participant.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: