Interface TypedRecordProcessorFactory

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface TypedRecordProcessorFactory
    • Method Detail

      • createProcessors

        TypedRecordProcessors createProcessors​(ProcessingContext processingContext)
        Creates typed record processors with the given context.
        Parameters:
        processingContext - the processing context which contains value information to create record processors
        Returns:
        the created typed record processors