K
- the type of keysV
- the type of valuespublic interface ProcessorSupplier<K,V>
Processor
instances.
It is used in TopologyBuilder
for adding new processor operators, whose generated
topology can then be replicated (and thus creating one or more Processor
instances)
and distributed to multiple stream threads.