Interface FrameworkProducer.CatalogFunction<T extends ddf.catalog.operation.Operation,R>

Enclosing class:
FrameworkProducer
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 static interface FrameworkProducer.CatalogFunction<T extends ddf.catalog.operation.Operation,R>
  • Method Summary

    Modifier and Type
    Method
    Description
    ingest(T t)
     
  • Method Details

    • ingest

      R ingest(T t) throws ddf.catalog.source.IngestException, ddf.catalog.source.SourceUnavailableException
      Throws:
      ddf.catalog.source.IngestException
      ddf.catalog.source.SourceUnavailableException