Skip to content

NamedOperation

NamedOperation is an abstraction of metadata with the name of the associated processors (and in turn the names of operations, internal topics and stores).

Contract

withName

T withName(
  String name)

Processor name

Implementations

  • Branched
  • Consumed
  • Grouped
  • Joined
  • Named
  • Printed
  • Produced
  • Repartitioned
  • StreamJoined
  • Suppressed
Back to top