ProcessorSupplier¶
ProcessorSupplier
is an extension of the ConnectedStoreProvider and Supplier
(Java) abstractions for processor suppliers (factories).
ProcessorSupplier
is marked with FunctionalInterface
(Java) annotation.
The design idea of ProcessorSupplier
is to be a Single Abstract Method (SAM) interface and let lambda expressions make code easier to type (and hopefully to read and maintain, too).
Contract¶
Creating Processor¶
Processor<KIn, VIn, KOut, VOut> get()
Creates a Processor