matchRepliesTo method

LogicalChannel matchRepliesTo(
  1. String tweetId
)
inherited

Deliver only explicit Replies to the specified Tweet.

Parameters

  • tweetId: Tweet ID to be matched.

Type

Availability

  • Essential

Implementation

LogicalChannel matchRepliesTo(final String tweetId) => _buffer.appendOperator(
      _standaloneOperation.createRepliesOf(tweetId),
    );