I
- the type of the input portO
- the type of the output portpublic abstract class AbstractTransformation<I,O> extends AbstractConsumerStage<I> implements ITransformation<I,O>
Modifier and Type | Field and Description |
---|---|
protected OutputPort<O> |
outputPort |
inputPort
logger
Modifier | Constructor and Description |
---|---|
protected |
AbstractTransformation() |
Modifier and Type | Method and Description |
---|---|
OutputPort<O> |
getOutputPort() |
createInputPort, execute, execute, getInputPort
abort, addInputPortRemovedListener, addOutputPortRemovedListener, compareAndSetBeingExecuted, createInputPort, createInputPort, createInputPort, createOutputPort, createOutputPort, createOutputPort, createOutputPort, declareActive, declarePassive, executeByFramework, getCurrentState, getId, getInputPorts, getOutputPorts, getOwningThread, getTerminationStrategy, isActive, isBeingExecuted, isPaused, isProducer, isStateless, onSignal, onStarting, onTerminating, onValidating, removeDynamicPort, removeDynamicPort, setPaused, setStateless, shouldBeTerminated, signalAlreadyReceived, terminateStage, toString, workCompleted
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getInputPort
protected final OutputPort<O> outputPort
public final OutputPort<O> getOutputPort()
getOutputPort
in interface ITransformation<I,O>
Copyright © 2015–2020. All rights reserved.