parentOutputChannel property

  1. @TagNumber(2)
String get parentOutputChannel

The connected output artifact of the parent node. It can be omitted if target processor only has 1 output artifact.

Implementation

@$pb.TagNumber(2)
$core.String get parentOutputChannel => $_getSZ(1);
  1. @TagNumber(2)
set parentOutputChannel (String v)

Implementation

@$pb.TagNumber(2)
set parentOutputChannel($core.String v) { $_setString(1, v); }