Interface ChannelActivity.Builder

  • Method Details

    • name

      The name of the channel activity.

      Parameters:
      name - The name of the channel activity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • channelName

      ChannelActivity.Builder channelName(String channelName)

      The name of the channel from which the messages are processed.

      Parameters:
      channelName - The name of the channel from which the messages are processed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • next

      The next activity in the pipeline.

      Parameters:
      next - The next activity in the pipeline.
      Returns:
      Returns a reference to this object so that method calls can be chained together.