Interface ProcessorSupplier<K,​V>

  • Type Parameters:
    K - the type of keys
    V - the type of values

    public interface ProcessorSupplier<K,​V>
    A processor supplier that can create one or more 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.