Interface ControllableInputFactory

All Superinterfaces:
org.talend.sdk.component.runtime.output.InputFactory
All Known Implementing Classes:
JoinInputFactory, MainInputFactory

public interface ControllableInputFactory extends org.talend.sdk.component.runtime.output.InputFactory
An input factory which is integrable with the testing runtime. The main difference with other input factories is that it must be aware of the data stream.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.talend.sdk.component.junit.InputFactoryIterable
     
    boolean
     

    Methods inherited from interface org.talend.sdk.component.runtime.output.InputFactory

    read
  • Method Details