@InterfaceAudience.Public
public interface Input
Processor receives data on an edge.
 
 This interface has methods which can be used by a Processor
 to control execution of this Input and read data from it.
 
 Actual implementations are expected to derive from AbstractLogicalInput| Modifier and Type | Method and Description | 
|---|---|
Reader | 
getReader()
Gets an instance of the  
Reader for this Output | 
void | 
start()
Start any processing that the Input may need to perform. 
 | 
void start()
    throws Exception
ExceptionCopyright © 2021 Apache Software Foundation. All rights reserved.