Package kieker.analysis.generic.source
Interface ISourceCompositeStage
- All Known Implementing Classes:
LogsReaderCompositeStage
,MultipleConnectionTcpSourceCompositeStage
,RestServiceCompositeStage
public interface ISourceCompositeStage
Marker interface for composite stages used as source.
- Since:
- 2.0.0
- Author:
- Reiner Jung
-
Method Summary
Modifier and Type Method Description teetime.framework.OutputPort<IMonitoringRecord>
getOutputPort()
get the output port of a source composite stage.
-
Method Details
-
getOutputPort
teetime.framework.OutputPort<IMonitoringRecord> getOutputPort()get the output port of a source composite stage.- Returns:
- the proper output port
- Since:
- 1.15
-