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 Details

    • createProcessors

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