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