Skip to content

ProcessorTopology

Creating Instance

ProcessorTopology takes the following to be created:

ProcessorTopology is created when:

Text Representation

String toString() // (1)
String toString(
  String indent)
  1. Uses an empty indent (to start recursion)

toString...FIXME

toString is part of the Object (Java) abstraction.

childrenToString

String childrenToString(
  String indent, 
  List<? extends ProcessorNode<?, ?, ?, ?>> children)

childrenToString...FIXME

Back to top