@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 AbstractLogicalInputvoid start()
           throws Exception
ExceptionCopyright © 2015 Apache Software Foundation. All rights reserved.