Interface ChannelActivity.Builder

    • Method Detail

      • name

        ChannelActivity.Builder name​(String 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

        ChannelActivity.Builder next​(String 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.