Interface WrappedProcessorSupplier<KIn,VIn,KOut,VOut>
- All Superinterfaces:
ConnectedStoreProvider,ProcessorSupplier<KIn,,VIn, KOut, VOut> Supplier<Processor<KIn,VIn, KOut, VOut>>
public interface WrappedProcessorSupplier<KIn,VIn,KOut,VOut>
extends ProcessorSupplier<KIn,VIn,KOut,VOut>
Marker interface for classes implementing
ProcessorSupplier
that have been wrapped via a ProcessorWrapper.
To convert a ProcessorSupplier instance into a WrappedProcessorSupplier,
use the ProcessorWrapper.asWrapped(ProcessorSupplier) method
-
Method Summary
Methods inherited from interface org.apache.kafka.streams.processor.ConnectedStoreProvider
storesMethods inherited from interface org.apache.kafka.streams.processor.api.ProcessorSupplier
get