I - Data container type for input tuples.O - Data container type for output tuples.public interface Oplet<I,O>
extends java.lang.AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends Consumer<I>> |
getInputs()
Get the input stream data handlers for this oplet.
|
void |
initialize(OpletContext<I,O> context)
Initialize the oplet.
|
void |
start()
Start the oplet.
|
void initialize(OpletContext<I,O> context) throws java.lang.Exception
context - java.lang.Exceptionvoid start()
java.util.List<? extends Consumer<I>> getInputs()
Copyright IBM 2015,2016 - 2f6ad0e-20160307-0902